Class: AuthenticatePrincipalSimpleResponse
- Inherits:
-
Object
- Object
- AuthenticatePrincipalSimpleResponse
- Defined in:
- lib/crowd/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.
678 679 680 |
# File 'lib/crowd/default.rb', line 678 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
676 677 678 |
# File 'lib/crowd/default.rb', line 676 def out @out end |