Class: GetPaymentInstruction
- Inherits:
-
Object
- Object
- GetPaymentInstruction
- Defined in:
- lib/default.rb
Overview
/GetPaymentInstruction
tokenId - SOAP::SOAPString
Instance Attribute Summary collapse
-
#tokenId ⇒ Object
Returns the value of attribute tokenId.
Instance Method Summary collapse
-
#initialize(tokenId = nil) ⇒ GetPaymentInstruction
constructor
A new instance of GetPaymentInstruction.
Constructor Details
#initialize(tokenId = nil) ⇒ GetPaymentInstruction
Returns a new instance of GetPaymentInstruction.
875 876 877 |
# File 'lib/default.rb', line 875 def initialize(tokenId = nil) @tokenId = tokenId end |
Instance Attribute Details
#tokenId ⇒ Object
Returns the value of attribute tokenId.
873 874 875 |
# File 'lib/default.rb', line 873 def tokenId @tokenId end |