Class: AddGroupResponse
- Inherits:
-
Object
- Object
- AddGroupResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServeraddGroupResponse
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.
627 628 629 |
# File 'lib/crowd/default.rb', line 627 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
625 626 627 |
# File 'lib/crowd/default.rb', line 625 def out @out end |