Class: ApiBanking::AccountStatement::Transactions
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::AccountStatement::Transactions
- Defined in:
- lib/api_banking/json/accountStatement.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#balance ⇒ Object
Returns the value of attribute balance.
-
#narrative ⇒ Object
Returns the value of attribute narrative.
-
#referenceNo ⇒ Object
Returns the value of attribute referenceNo.
-
#transactionDateTime ⇒ Object
Returns the value of attribute transactionDateTime.
-
#transactionType ⇒ Object
Returns the value of attribute transactionType.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
13 14 15 |
# File 'lib/api_banking/json/accountStatement.rb', line 13 def amount @amount end |
#balance ⇒ Object
Returns the value of attribute balance
13 14 15 |
# File 'lib/api_banking/json/accountStatement.rb', line 13 def balance @balance end |
#narrative ⇒ Object
Returns the value of attribute narrative
13 14 15 |
# File 'lib/api_banking/json/accountStatement.rb', line 13 def narrative @narrative end |
#referenceNo ⇒ Object
Returns the value of attribute referenceNo
13 14 15 |
# File 'lib/api_banking/json/accountStatement.rb', line 13 def referenceNo @referenceNo end |
#transactionDateTime ⇒ Object
Returns the value of attribute transactionDateTime
13 14 15 |
# File 'lib/api_banking/json/accountStatement.rb', line 13 def transactionDateTime @transactionDateTime end |
#transactionType ⇒ Object
Returns the value of attribute transactionType
13 14 15 |
# File 'lib/api_banking/json/accountStatement.rb', line 13 def transactionType @transactionType end |