Class: AddRoleResponse
- Inherits:
-
Object
- Object
- AddRoleResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServeraddRoleResponse
out - SOAPRole
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.
1093 1094 1095 |
# File 'lib/crowd/default.rb', line 1093 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
1091 1092 1093 |
# File 'lib/crowd/default.rb', line 1091 def out @out end |