Class: AuthenticatePrincipalSimpleResponse
- Inherits:
-
Object
- Object
- AuthenticatePrincipalSimpleResponse
- Defined in:
- lib/crowd/soap/default.rb
Overview
urn:SecurityServerauthenticatePrincipalSimpleResponse
out - SOAP::SOAPString
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ AuthenticatePrincipalSimpleResponse
constructor
A new instance of AuthenticatePrincipalSimpleResponse.
Constructor Details
#initialize(out = nil) ⇒ AuthenticatePrincipalSimpleResponse
Returns a new instance of AuthenticatePrincipalSimpleResponse.
774 775 776 |
# File 'lib/crowd/soap/default.rb', line 774 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
772 773 774 |
# File 'lib/crowd/soap/default.rb', line 772 def out @out end |