Class: AuthenticateApplicationResponse
- Inherits:
-
Object
- Object
- AuthenticateApplicationResponse
- Defined in:
- lib/crowd/soap/default.rb
Overview
urn:SecurityServerauthenticateApplicationResponse
out - AuthenticatedToken
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ AuthenticateApplicationResponse
constructor
A new instance of AuthenticateApplicationResponse.
Constructor Details
#initialize(out = nil) ⇒ AuthenticateApplicationResponse
Returns a new instance of AuthenticateApplicationResponse.
1522 1523 1524 |
# File 'lib/crowd/soap/default.rb', line 1522 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
1520 1521 1522 |
# File 'lib/crowd/soap/default.rb', line 1520 def out @out end |