Class: GetTokens

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

Overview

/GetTokens

tokenStatus - TokenStatus
tokenType - TokenType
callerReference - SOAP::SOAPString
tokenFriendlyName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(tokenStatus = nil, tokenType = nil, callerReference = nil, tokenFriendlyName = nil) ⇒ GetTokens

Returns a new instance of GetTokens.



784
785
786
787
788
789
# File 'lib/default.rb', line 784

def initialize(tokenStatus = nil, tokenType = nil, callerReference = nil, tokenFriendlyName = nil)
  @tokenStatus = tokenStatus
  @tokenType = tokenType
  @callerReference = callerReference
  @tokenFriendlyName = tokenFriendlyName
end

Instance Attribute Details

#callerReferenceObject

Returns the value of attribute callerReference.



781
782
783
# File 'lib/default.rb', line 781

def callerReference
  @callerReference
end

#tokenFriendlyNameObject

Returns the value of attribute tokenFriendlyName.



782
783
784
# File 'lib/default.rb', line 782

def tokenFriendlyName
  @tokenFriendlyName
end

#tokenStatusObject

Returns the value of attribute tokenStatus.



779
780
781
# File 'lib/default.rb', line 779

def tokenStatus
  @tokenStatus
end

#tokenTypeObject

Returns the value of attribute tokenType.



780
781
782
# File 'lib/default.rb', line 780

def tokenType
  @tokenType
end