Class: FindAllRoleNames
- Inherits:
-
Object
- Object
- FindAllRoleNames
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServerfindAllRoleNames
in0 - AuthenticatedToken
Instance Attribute Summary collapse
-
#in0 ⇒ Object
Returns the value of attribute in0.
Instance Method Summary collapse
-
#initialize(in0 = nil) ⇒ FindAllRoleNames
constructor
A new instance of FindAllRoleNames.
Constructor Details
#initialize(in0 = nil) ⇒ FindAllRoleNames
Returns a new instance of FindAllRoleNames.
843 844 845 |
# File 'lib/crowd/default.rb', line 843 def initialize(in0 = nil) @in0 = in0 end |
Instance Attribute Details
#in0 ⇒ Object
Returns the value of attribute in0.
841 842 843 |
# File 'lib/crowd/default.rb', line 841 def in0 @in0 end |