Class: GetTokensRequest
- Inherits:
-
Object
- Object
- GetTokensRequest
- Defined in:
- lib/default.rb
Overview
/GetTokensRequest
tokenFriendlyName - SOAP::SOAPString
tokenStatus - TokenStatus
callerReference - 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.
Instance Method Summary collapse
-
#initialize(tokenFriendlyName = nil, tokenStatus = nil, callerReference = nil) ⇒ GetTokensRequest
constructor
A new instance of GetTokensRequest.
Constructor Details
#initialize(tokenFriendlyName = nil, tokenStatus = nil, callerReference = nil) ⇒ GetTokensRequest
Returns a new instance of GetTokensRequest.
870 871 872 873 874 |
# File 'lib/default.rb', line 870 def initialize(tokenFriendlyName = nil, tokenStatus = nil, callerReference = nil) @tokenFriendlyName = tokenFriendlyName @tokenStatus = tokenStatus @callerReference = callerReference end |
Instance Attribute Details
#callerReference ⇒ Object
Returns the value of attribute callerReference.
868 869 870 |
# File 'lib/default.rb', line 868 def callerReference @callerReference end |
#tokenFriendlyName ⇒ Object
Returns the value of attribute tokenFriendlyName.
866 867 868 |
# File 'lib/default.rb', line 866 def tokenFriendlyName @tokenFriendlyName end |
#tokenStatus ⇒ Object
Returns the value of attribute tokenStatus.
867 868 869 |
# File 'lib/default.rb', line 867 def tokenStatus @tokenStatus end |