Class: AuthenticateApplicationResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/crowd/default.rb

Overview

urn:SecurityServerauthenticateApplicationResponse

out - AuthenticatedToken

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#outObject

Returns the value of attribute out.



1293
1294
1295
# File 'lib/crowd/default.rb', line 1293

def out
  @out
end