Class: GetTokenByCallerRequest
- Inherits:
-
Object
- Object
- GetTokenByCallerRequest
- Defined in:
- lib/default.rb
Overview
/GetTokenByCallerRequest
tokenId - (any)
callerReference - SOAP::SOAPString
Instance Attribute Summary collapse
-
#callerReference ⇒ Object
Returns the value of attribute callerReference.
-
#tokenId ⇒ Object
Returns the value of attribute tokenId.
Instance Method Summary collapse
-
#initialize(tokenId = nil, callerReference = nil) ⇒ GetTokenByCallerRequest
constructor
A new instance of GetTokenByCallerRequest.
Constructor Details
#initialize(tokenId = nil, callerReference = nil) ⇒ GetTokenByCallerRequest
Returns a new instance of GetTokenByCallerRequest.
1076 1077 1078 1079 |
# File 'lib/default.rb', line 1076 def initialize(tokenId = nil, callerReference = nil) @tokenId = tokenId @callerReference = callerReference end |
Instance Attribute Details
#callerReference ⇒ Object
Returns the value of attribute callerReference.
1074 1075 1076 |
# File 'lib/default.rb', line 1074 def callerReference @callerReference end |
#tokenId ⇒ Object
Returns the value of attribute tokenId.
1073 1074 1075 |
# File 'lib/default.rb', line 1073 def tokenId @tokenId end |