Class: SearchGroupsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/crowd/soap/default.rb

Overview

urn:SecurityServersearchGroupsResponse

out - ArrayOfSOAPGroup

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ SearchGroupsResponse

Returns a new instance of SearchGroupsResponse.



858
859
860
# File 'lib/crowd/soap/default.rb', line 858

def initialize(out = nil)
  @out = out
end

Instance Attribute Details

#outObject

Returns the value of attribute out.



856
857
858
# File 'lib/crowd/soap/default.rb', line 856

def out
  @out
end