Class: Qonto::Model::Transaction
- Defined in:
- lib/qonto/model/transaction.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#amount_cents ⇒ Object
Returns the value of attribute amount_cents.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#label ⇒ Object
Returns the value of attribute label.
-
#local_amount ⇒ Object
Returns the value of attribute local_amount.
-
#local_amount_cents ⇒ Object
Returns the value of attribute local_amount_cents.
-
#local_currency ⇒ Object
Returns the value of attribute local_currency.
-
#operation_type ⇒ Object
Returns the value of attribute operation_type.
-
#settled_at ⇒ Object
Returns the value of attribute settled_at.
-
#side ⇒ Object
Returns the value of attribute side.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Qonto::Model::Base
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
4 5 6 |
# File 'lib/qonto/model/transaction.rb', line 4 def amount @amount end |
#amount_cents ⇒ Object
Returns the value of attribute amount_cents.
5 6 7 |
# File 'lib/qonto/model/transaction.rb', line 5 def amount_cents @amount_cents end |
#currency ⇒ Object
Returns the value of attribute currency.
10 11 12 |
# File 'lib/qonto/model/transaction.rb', line 10 def currency @currency end |
#label ⇒ Object
Returns the value of attribute label.
13 14 15 |
# File 'lib/qonto/model/transaction.rb', line 13 def label @label end |
#local_amount ⇒ Object
Returns the value of attribute local_amount.
6 7 8 |
# File 'lib/qonto/model/transaction.rb', line 6 def local_amount @local_amount end |
#local_amount_cents ⇒ Object
Returns the value of attribute local_amount_cents.
7 8 9 |
# File 'lib/qonto/model/transaction.rb', line 7 def local_amount_cents @local_amount_cents end |
#local_currency ⇒ Object
Returns the value of attribute local_currency.
11 12 13 |
# File 'lib/qonto/model/transaction.rb', line 11 def local_currency @local_currency end |
#operation_type ⇒ Object
Returns the value of attribute operation_type.
9 10 11 |
# File 'lib/qonto/model/transaction.rb', line 9 def operation_type @operation_type end |
#settled_at ⇒ Object
Returns the value of attribute settled_at.
12 13 14 |
# File 'lib/qonto/model/transaction.rb', line 12 def settled_at @settled_at end |
#side ⇒ Object
Returns the value of attribute side.
8 9 10 |
# File 'lib/qonto/model/transaction.rb', line 8 def side @side end |