Class: FindAllGroupNames
- Inherits:
-
Object
- Object
- FindAllGroupNames
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServerfindAllGroupNames
in0 - AuthenticatedToken
Instance Attribute Summary collapse
-
#in0 ⇒ Object
Returns the value of attribute in0.
Instance Method Summary collapse
-
#initialize(in0 = nil) ⇒ FindAllGroupNames
constructor
A new instance of FindAllGroupNames.
Constructor Details
#initialize(in0 = nil) ⇒ FindAllGroupNames
Returns a new instance of FindAllGroupNames.
574 575 576 |
# File 'lib/crowd/default.rb', line 574 def initialize(in0 = nil) @in0 = in0 end |
Instance Attribute Details
#in0 ⇒ Object
Returns the value of attribute in0.
572 573 574 |
# File 'lib/crowd/default.rb', line 572 def in0 @in0 end |