Class: AuthenticateApplicationResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/crowd/soap/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.



1522
1523
1524
# File 'lib/crowd/soap/default.rb', line 1522

def initialize(out = nil)
  @out = out
end

Instance Attribute Details

#outObject

Returns the value of attribute out.



1520
1521
1522
# File 'lib/crowd/soap/default.rb', line 1520

def out
  @out
end