Class: FindAllGroupRelationshipsResponse

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

Overview

urn:SecurityServerfindAllGroupRelationshipsResponse

out - ArrayOfSOAPNestableGroup

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ FindAllGroupRelationshipsResponse

Returns a new instance of FindAllGroupRelationshipsResponse.



387
388
389
# File 'lib/crowd/default.rb', line 387

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



385
386
387
# File 'lib/crowd/default.rb', line 385

def out
  @out
end