Class: StarkitBanking::MiniStatement::Entry
- Inherits:
-
Struct
- Object
- Struct
- StarkitBanking::MiniStatement::Entry
- Defined in:
- lib/starkit_banking/api/response.rb
Instance Attribute Summary collapse
-
#narrative ⇒ Object
Returns the value of attribute narrative.
-
#received ⇒ Object
Returns the value of attribute received.
-
#recordDate ⇒ Object
Returns the value of attribute recordDate.
-
#spent ⇒ Object
Returns the value of attribute spent.
Instance Attribute Details
#narrative ⇒ Object
Returns the value of attribute narrative
3 4 5 |
# File 'lib/starkit_banking/api/response.rb', line 3 def narrative @narrative end |
#received ⇒ Object
Returns the value of attribute received
3 4 5 |
# File 'lib/starkit_banking/api/response.rb', line 3 def received @received end |
#recordDate ⇒ Object
Returns the value of attribute recordDate
3 4 5 |
# File 'lib/starkit_banking/api/response.rb', line 3 def recordDate @recordDate end |
#spent ⇒ Object
Returns the value of attribute spent
3 4 5 |
# File 'lib/starkit_banking/api/response.rb', line 3 def spent @spent end |