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