Class: AddRoleResponse
- Inherits:
-
Object
- Object
- AddRoleResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServeraddRoleResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ AddRoleResponse
constructor
A new instance of AddRoleResponse.
Constructor Details
#initialize(out = nil) ⇒ AddRoleResponse
Returns a new instance of AddRoleResponse.
450 451 452 |
# File 'lib/crowd/default.rb', line 450 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
448 449 450 |
# File 'lib/crowd/default.rb', line 448 def out @out end |