Class: AddPrincipalResponse
- Inherits:
-
Object
- Object
- AddPrincipalResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServeraddPrincipalResponse
out - SOAPPrincipal
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ AddPrincipalResponse
constructor
A new instance of AddPrincipalResponse.
Constructor Details
#initialize(out = nil) ⇒ AddPrincipalResponse
Returns a new instance of AddPrincipalResponse.
523 524 525 |
# File 'lib/crowd/default.rb', line 523 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
521 522 523 |
# File 'lib/crowd/default.rb', line 521 def out @out end |