Class: FindAllPrincipalNames
- Inherits:
-
Object
- Object
- FindAllPrincipalNames
- Defined in:
- lib/crowd/soap/default.rb
Overview
urn:SecurityServerfindAllPrincipalNames
in0 - AuthenticatedToken
Instance Attribute Summary collapse
-
#in0 ⇒ Object
Returns the value of attribute in0.
Instance Method Summary collapse
-
#initialize(in0 = nil) ⇒ FindAllPrincipalNames
constructor
A new instance of FindAllPrincipalNames.
Constructor Details
#initialize(in0 = nil) ⇒ FindAllPrincipalNames
Returns a new instance of FindAllPrincipalNames.
1288 1289 1290 |
# File 'lib/crowd/soap/default.rb', line 1288 def initialize(in0 = nil) @in0 = in0 end |
Instance Attribute Details
#in0 ⇒ Object
Returns the value of attribute in0.
1286 1287 1288 |
# File 'lib/crowd/soap/default.rb', line 1286 def in0 @in0 end |