Class: FindAllGroupRelationships
- Inherits:
-
Object
- Object
- FindAllGroupRelationships
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServerfindAllGroupRelationships
in0 - AuthenticatedToken
Instance Attribute Summary collapse
-
#in0 ⇒ Object
Returns the value of attribute in0.
Instance Method Summary collapse
-
#initialize(in0 = nil) ⇒ FindAllGroupRelationships
constructor
A new instance of FindAllGroupRelationships.
Constructor Details
#initialize(in0 = nil) ⇒ FindAllGroupRelationships
Returns a new instance of FindAllGroupRelationships.
377 378 379 |
# File 'lib/crowd/default.rb', line 377 def initialize(in0 = nil) @in0 = in0 end |
Instance Attribute Details
#in0 ⇒ Object
Returns the value of attribute in0.
375 376 377 |
# File 'lib/crowd/default.rb', line 375 def in0 @in0 end |