Class: IsRoleMemberResponse
- Inherits:
-
Object
- Object
- IsRoleMemberResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServerisRoleMemberResponse
out - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ IsRoleMemberResponse
constructor
A new instance of IsRoleMemberResponse.
Constructor Details
#initialize(out = nil) ⇒ IsRoleMemberResponse
Returns a new instance of IsRoleMemberResponse.
808 809 810 |
# File 'lib/crowd/default.rb', line 808 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
806 807 808 |
# File 'lib/crowd/default.rb', line 806 def out @out end |