Class: AuthenticatePrincipalResponse
- Inherits:
-
Object
- Object
- AuthenticatePrincipalResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServerauthenticatePrincipalResponse
out - SOAP::SOAPString
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ AuthenticatePrincipalResponse
constructor
A new instance of AuthenticatePrincipalResponse.
Constructor Details
#initialize(out = nil) ⇒ AuthenticatePrincipalResponse
Returns a new instance of AuthenticatePrincipalResponse.
964 965 966 |
# File 'lib/crowd/default.rb', line 964 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
962 963 964 |
# File 'lib/crowd/default.rb', line 962 def out @out end |