From 3c0896d26a44d21b3b9b41acdf610819ef12183b Mon Sep 17 00:00:00 2001 From: Isaac Lewis Date: Tue, 27 Mar 2018 16:36:04 -0700 Subject: [PATCH] change structs whops --- lib/syspro/api_operations/get_version.rb | 3 +-- lib/syspro/api_operations/logon.rb | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/syspro/api_operations/get_version.rb b/lib/syspro/api_operations/get_version.rb index a6c4047..64c85c6 100644 --- a/lib/syspro/api_operations/get_version.rb +++ b/lib/syspro/api_operations/get_version.rb @@ -14,8 +14,7 @@ module Syspro "/GetVersion" end - VersionObject = Struct.new(:version) do - end + VersionObject = Struct.new(:version) end end end diff --git a/lib/syspro/api_operations/logon.rb b/lib/syspro/api_operations/logon.rb index f1f93f0..31f36db 100644 --- a/lib/syspro/api_operations/logon.rb +++ b/lib/syspro/api_operations/logon.rb @@ -20,8 +20,7 @@ module Syspro "/Logon" end - UserIdObject = Struct.new(:guid) do - end + UserIdObject = Struct.new(:guid) end end end -- libgit2 0.21.4