Class: Paymill::Transaction
- Includes:
- Operations::Update
- Defined in:
- lib/paymill/transaction.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#client ⇒ Object
Returns the value of attribute client.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#livemode ⇒ Object
Returns the value of attribute livemode.
-
#origin_amount ⇒ Object
Returns the value of attribute origin_amount.
-
#payment ⇒ Object
Returns the value of attribute payment.
-
#refunds ⇒ Object
Returns the value of attribute refunds.
-
#response_code ⇒ Object
Returns the value of attribute response_code.
-
#status ⇒ Object
Returns the value of attribute status.
Attributes inherited from Base
Method Summary
Methods included from Operations::Update
Methods inherited from Base
#initialize, #parse_timestamps, #set_attributes
Methods included from Operations::Find
Methods included from Operations::Create
Methods included from Operations::All
Constructor Details
This class inherits a constructor from Paymill::Base
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def amount @amount end |
#client ⇒ Object
Returns the value of attribute client.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def client @client end |
#currency ⇒ Object
Returns the value of attribute currency.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def currency @currency end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def id @id end |
#livemode ⇒ Object
Returns the value of attribute livemode.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def livemode @livemode end |
#origin_amount ⇒ Object
Returns the value of attribute origin_amount.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def origin_amount @origin_amount end |
#payment ⇒ Object
Returns the value of attribute payment.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def payment @payment end |
#refunds ⇒ Object
Returns the value of attribute refunds.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def refunds @refunds end |
#response_code ⇒ Object
Returns the value of attribute response_code.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def response_code @response_code end |
#status ⇒ Object
Returns the value of attribute status.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def status @status end |