Class: FindRoleByName
- Inherits:
-
Object
- Object
- FindRoleByName
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServerfindRoleByName
in0 - AuthenticatedToken
in1 - SOAP::SOAPString
Instance Attribute Summary collapse
-
#in0 ⇒ Object
Returns the value of attribute in0.
-
#in1 ⇒ Object
Returns the value of attribute in1.
Instance Method Summary collapse
-
#initialize(in0 = nil, in1 = nil) ⇒ FindRoleByName
constructor
A new instance of FindRoleByName.
Constructor Details
#initialize(in0 = nil, in1 = nil) ⇒ FindRoleByName
Returns a new instance of FindRoleByName.
865 866 867 868 |
# File 'lib/crowd/default.rb', line 865 def initialize(in0 = nil, in1 = nil) @in0 = in0 @in1 = in1 end |
Instance Attribute Details
#in0 ⇒ Object
Returns the value of attribute in0.
862 863 864 |
# File 'lib/crowd/default.rb', line 862 def in0 @in0 end |
#in1 ⇒ Object
Returns the value of attribute in1.
863 864 865 |
# File 'lib/crowd/default.rb', line 863 def in1 @in1 end |