Class: FindGroupByNameResponse
- Inherits:
-
Object
- Object
- FindGroupByNameResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServerfindGroupByNameResponse
out - SOAPGroup
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ FindGroupByNameResponse
constructor
A new instance of FindGroupByNameResponse.
Constructor Details
#initialize(out = nil) ⇒ FindGroupByNameResponse
Returns a new instance of FindGroupByNameResponse.
919 920 921 |
# File 'lib/crowd/default.rb', line 919 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
917 918 919 |
# File 'lib/crowd/default.rb', line 917 def out @out end |