Class: AuthenticateApplicationResponse
- Inherits:
-
Object
- Object
- AuthenticateApplicationResponse
- Defined in:
- lib/crowd/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.
1295 1296 1297 |
# File 'lib/crowd/default.rb', line 1295 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
1293 1294 1295 |
# File 'lib/crowd/default.rb', line 1293 def out @out end |