Class: GetTokens
- Inherits:
-
Object
- Object
- GetTokens
- Defined in:
- lib/default.rb
Overview
/GetTokens
tokenStatus - TokenStatus
tokenType - TokenType
callerReference - SOAP::SOAPString
tokenFriendlyName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#callerReference ⇒ Object
Returns the value of attribute callerReference.
-
#tokenFriendlyName ⇒ Object
Returns the value of attribute tokenFriendlyName.
-
#tokenStatus ⇒ Object
Returns the value of attribute tokenStatus.
-
#tokenType ⇒ Object
Returns the value of attribute tokenType.
Instance Method Summary collapse
-
#initialize(tokenStatus = nil, tokenType = nil, callerReference = nil, tokenFriendlyName = nil) ⇒ GetTokens
constructor
A new instance of GetTokens.
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
#callerReference ⇒ Object
Returns the value of attribute callerReference.
781 782 783 |
# File 'lib/default.rb', line 781 def callerReference @callerReference end |
#tokenFriendlyName ⇒ Object
Returns the value of attribute tokenFriendlyName.
782 783 784 |
# File 'lib/default.rb', line 782 def tokenFriendlyName @tokenFriendlyName end |
#tokenStatus ⇒ Object
Returns the value of attribute tokenStatus.
779 780 781 |
# File 'lib/default.rb', line 779 def tokenStatus @tokenStatus end |
#tokenType ⇒ Object
Returns the value of attribute tokenType.
780 781 782 |
# File 'lib/default.rb', line 780 def tokenType @tokenType end |