Class: GetPaymentInstruction

Inherits:
Object
  • Object
show all
Defined in:
lib/default.rb

Overview

http://fps.amazonaws.com/doc/2008-09-17/GetPaymentInstruction tokenId - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#tokenIdObject

Returns the value of attribute tokenId.



873
874
875
# File 'lib/default.rb', line 873

def tokenId
  @tokenId
end