Class: Mollie::Balance::Transaction
- Inherits:
-
Mollie::Base
- Object
- Mollie::Base
- Mollie::Balance::Transaction
- Defined in:
- lib/mollie/balance/transaction.rb
Instance Attribute Summary collapse
-
#_links ⇒ Object
(also: #links)
Returns the value of attribute _links.
-
#context ⇒ Object
Returns the value of attribute context.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#deductions ⇒ Object
Returns the value of attribute deductions.
-
#id ⇒ Object
Returns the value of attribute id.
-
#initial_amount ⇒ Object
Returns the value of attribute initial_amount.
-
#result_amount ⇒ Object
Returns the value of attribute result_amount.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from Mollie::Base
Class Method Summary collapse
Methods inherited from Mollie::Base
all, #assign_attributes, cancel, create, #delete, delete, get, id_param, #initialize, parent_id, request, resource_name, update, #update
Constructor Details
This class inherits a constructor from Mollie::Base
Instance Attribute Details
#_links ⇒ Object Also known as: links
Returns the value of attribute _links.
4 5 6 |
# File 'lib/mollie/balance/transaction.rb', line 4 def _links @_links end |
#context ⇒ Object
Returns the value of attribute context.
8 9 10 |
# File 'lib/mollie/balance/transaction.rb', line 8 def context @context end |
#created_at ⇒ Object
Returns the value of attribute created_at.
8 9 10 |
# File 'lib/mollie/balance/transaction.rb', line 8 def created_at @created_at end |
#deductions ⇒ Object
Returns the value of attribute deductions.
8 9 10 |
# File 'lib/mollie/balance/transaction.rb', line 8 def deductions @deductions end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/mollie/balance/transaction.rb', line 4 def id @id end |
#initial_amount ⇒ Object
Returns the value of attribute initial_amount.
8 9 10 |
# File 'lib/mollie/balance/transaction.rb', line 8 def initial_amount @initial_amount end |
#result_amount ⇒ Object
Returns the value of attribute result_amount.
8 9 10 |
# File 'lib/mollie/balance/transaction.rb', line 8 def result_amount @result_amount end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/mollie/balance/transaction.rb', line 4 def type @type end |
Class Method Details
.embedded_resource_name ⇒ Object
16 17 18 |
# File 'lib/mollie/balance/transaction.rb', line 16 def self. "balance_transactions" end |