Commit 3c0896d26a44d21b3b9b41acdf610819ef12183b

Authored by Isaac Lewis
1 parent 49716587

change structs whops

lib/syspro/api_operations/get_version.rb
@@ -14,8 +14,7 @@ module Syspro @@ -14,8 +14,7 @@ module Syspro
14 "/GetVersion" 14 "/GetVersion"
15 end 15 end
16 16
17 - VersionObject = Struct.new(:version) do  
18 - end 17 + VersionObject = Struct.new(:version)
19 end 18 end
20 end 19 end
21 end 20 end
lib/syspro/api_operations/logon.rb
@@ -20,8 +20,7 @@ module Syspro @@ -20,8 +20,7 @@ module Syspro
20 "/Logon" 20 "/Logon"
21 end 21 end
22 22
23 - UserIdObject = Struct.new(:guid) do  
24 - end 23 + UserIdObject = Struct.new(:guid)
25 end 24 end
26 end 25 end
27 end 26 end