Class: IsGroupMemberResponse
- Inherits:
-
Object
- Object
- IsGroupMemberResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServerisGroupMemberResponse
out - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ IsGroupMemberResponse
constructor
A new instance of IsGroupMemberResponse.
Constructor Details
#initialize(out = nil) ⇒ IsGroupMemberResponse
Returns a new instance of IsGroupMemberResponse.
1232 1233 1234 |
# File 'lib/crowd/default.rb', line 1232 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
1230 1231 1232 |
# File 'lib/crowd/default.rb', line 1230 def out @out end |