Class: GetTokenByCaller
- Inherits:
-
Object
- Object
- GetTokenByCaller
- Defined in:
- lib/default.rb
Overview
/GetTokenByCaller
tokenId - SOAP::SOAPString
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) ⇒ GetTokenByCaller
constructor
A new instance of GetTokenByCaller.
Constructor Details
#initialize(tokenId = nil, callerReference = nil) ⇒ GetTokenByCaller
Returns a new instance of GetTokenByCaller.
731 732 733 734 |
# File 'lib/default.rb', line 731 def initialize(tokenId = nil, callerReference = nil) @tokenId = tokenId @callerReference = callerReference end |
Instance Attribute Details
#callerReference ⇒ Object
Returns the value of attribute callerReference.
729 730 731 |
# File 'lib/default.rb', line 729 def callerReference @callerReference end |
#tokenId ⇒ Object
Returns the value of attribute tokenId.
728 729 730 |
# File 'lib/default.rb', line 728 def tokenId @tokenId end |