Class: AddGroupResponse
- Inherits:
-
Object
- Object
- AddGroupResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServeraddGroupResponse
out - SOAPGroup
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ AddGroupResponse
constructor
A new instance of AddGroupResponse.
Constructor Details
#initialize(out = nil) ⇒ AddGroupResponse
Returns a new instance of AddGroupResponse.
410 411 412 |
# File 'lib/crowd/default.rb', line 410 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
408 409 410 |
# File 'lib/crowd/default.rb', line 408 def out @out end |