Class: AddPrincipal
- Inherits:
-
Object
- Object
- AddPrincipal
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServeraddPrincipal
in0 - AuthenticatedToken
in1 - SOAPPrincipal
in2 - PasswordCredential
Instance Attribute Summary collapse
-
#in0 ⇒ Object
Returns the value of attribute in0.
-
#in1 ⇒ Object
Returns the value of attribute in1.
-
#in2 ⇒ Object
Returns the value of attribute in2.
Instance Method Summary collapse
-
#initialize(in0 = nil, in1 = nil, in2 = nil) ⇒ AddPrincipal
constructor
A new instance of AddPrincipal.
Constructor Details
#initialize(in0 = nil, in1 = nil, in2 = nil) ⇒ AddPrincipal
Returns a new instance of AddPrincipal.
511 512 513 514 515 |
# File 'lib/crowd/default.rb', line 511 def initialize(in0 = nil, in1 = nil, in2 = nil) @in0 = in0 @in1 = in1 @in2 = in2 end |
Instance Attribute Details
#in0 ⇒ Object
Returns the value of attribute in0.
507 508 509 |
# File 'lib/crowd/default.rb', line 507 def in0 @in0 end |
#in1 ⇒ Object
Returns the value of attribute in1.
508 509 510 |
# File 'lib/crowd/default.rb', line 508 def in1 @in1 end |
#in2 ⇒ Object
Returns the value of attribute in2.
509 510 511 |
# File 'lib/crowd/default.rb', line 509 def in2 @in2 end |