Class: AddPrincipalResponse
- Inherits:
-
Object
- Object
- AddPrincipalResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServeraddPrincipalResponse
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.
985 986 987 |
# File 'lib/crowd/default.rb', line 985 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
983 984 985 |
# File 'lib/crowd/default.rb', line 983 def out @out end |