Class: FindGroupWithAttributesByNameResponse
- Inherits:
-
Object
- Object
- FindGroupWithAttributesByNameResponse
- Defined in:
- lib/crowd/soap/default.rb
Overview
urn:SecurityServerfindGroupWithAttributesByNameResponse
out - SOAPGroup
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ FindGroupWithAttributesByNameResponse
constructor
A new instance of FindGroupWithAttributesByNameResponse.
Constructor Details
#initialize(out = nil) ⇒ FindGroupWithAttributesByNameResponse
Returns a new instance of FindGroupWithAttributesByNameResponse.
1060 1061 1062 |
# File 'lib/crowd/soap/default.rb', line 1060 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
1058 1059 1060 |
# File 'lib/crowd/soap/default.rb', line 1058 def out @out end |