Class: SearchGroupsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/crowd/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.



762
763
764
# File 'lib/crowd/default.rb', line 762

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



760
761
762
# File 'lib/crowd/default.rb', line 760

def out
  @out
end