Class: PinPayment::Transfer::LineItem

Inherits:
Base
  • Object
show all
Defined in:
lib/pin_payment/transfer.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from PinPayment::Base

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



52
53
54
# File 'lib/pin_payment/transfer.rb', line 52

def amount
  @amount
end

#objectObject

Returns the value of attribute object.



52
53
54
# File 'lib/pin_payment/transfer.rb', line 52

def object
  @object
end

#tokenObject

Returns the value of attribute token.



52
53
54
# File 'lib/pin_payment/transfer.rb', line 52

def token
  @token
end

#typeObject

Returns the value of attribute type.



52
53
54
# File 'lib/pin_payment/transfer.rb', line 52

def type
  @type
end