Class: Cartos::Cashbase::Entry
- Inherits:
-
Object
- Object
- Cartos::Cashbase::Entry
- Defined in:
- lib/cartos/cashbase.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#category ⇒ Object
Returns the value of attribute category.
-
#date ⇒ Object
Returns the value of attribute date.
-
#description ⇒ Object
Returns the value of attribute description.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
96 97 98 |
# File 'lib/cartos/cashbase.rb', line 96 def amount @amount end |
#category ⇒ Object
Returns the value of attribute category.
96 97 98 |
# File 'lib/cartos/cashbase.rb', line 96 def category @category end |
#date ⇒ Object
Returns the value of attribute date.
96 97 98 |
# File 'lib/cartos/cashbase.rb', line 96 def date @date end |
#description ⇒ Object
Returns the value of attribute description.
96 97 98 |
# File 'lib/cartos/cashbase.rb', line 96 def description @description end |