Class: SearchGroupsResponse
- Inherits:
-
Object
- Object
- SearchGroupsResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServersearchGroupsResponse
out - ArrayOfSOAPGroup
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ SearchGroupsResponse
constructor
A new instance of SearchGroupsResponse.
Constructor Details
#initialize(out = nil) ⇒ SearchGroupsResponse
Returns a new instance of SearchGroupsResponse.
762 763 764 |
# File 'lib/crowd/default.rb', line 762 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
760 761 762 |
# File 'lib/crowd/default.rb', line 760 def out @out end |