Class: AuthenticateApplicationResponse
- Inherits:
-
Object
- Object
- AuthenticateApplicationResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServerauthenticateApplicationResponse
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.
391 392 393 |
# File 'lib/crowd/default.rb', line 391 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
389 390 391 |
# File 'lib/crowd/default.rb', line 389 def out @out end |