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.
-
#short_id ⇒ Object
Returns the value of attribute short_id.
-
#source ⇒ Object
Returns the value of attribute source.
-
#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
permalink #amount ⇒ Object
Returns the value of attribute amount.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def amount @amount end |
permalink #client ⇒ Object
Returns the value of attribute client.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def client @client end |
permalink #currency ⇒ Object
Returns the value of attribute currency.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def currency @currency end |
permalink #description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def description @description end |
permalink #id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def id @id end |
permalink #livemode ⇒ Object
Returns the value of attribute livemode.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def livemode @livemode end |
permalink #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 |
permalink #payment ⇒ Object
Returns the value of attribute payment.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def payment @payment end |
permalink #refunds ⇒ Object
Returns the value of attribute refunds.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def refunds @refunds end |
permalink #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 |
permalink #short_id ⇒ Object
Returns the value of attribute short_id.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def short_id @short_id end |
permalink #source ⇒ Object
Returns the value of attribute source.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def source @source end |
permalink #status ⇒ Object
Returns the value of attribute status.
5 6 7 |
# File 'lib/paymill/transaction.rb', line 5 def status @status end |