Class: FindAllGroupRelationshipsResponse
- Inherits:
-
Object
- Object
- FindAllGroupRelationshipsResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServerfindAllGroupRelationshipsResponse
out - ArrayOfSOAPNestableGroup
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ FindAllGroupRelationshipsResponse
constructor
A new instance of FindAllGroupRelationshipsResponse.
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
#out ⇒ Object
Returns the value of attribute out.
385 386 387 |
# File 'lib/crowd/default.rb', line 385 def out @out end |