Class: Cartos::Cashbase::Entry

Inherits:
Object
  • Object
show all
Defined in:
lib/cartos/cashbase.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



96
97
98
# File 'lib/cartos/cashbase.rb', line 96

def amount
  @amount
end

#categoryObject

Returns the value of attribute category.



96
97
98
# File 'lib/cartos/cashbase.rb', line 96

def category
  @category
end

#dateObject

Returns the value of attribute date.



96
97
98
# File 'lib/cartos/cashbase.rb', line 96

def date
  @date
end

#descriptionObject

Returns the value of attribute description.



96
97
98
# File 'lib/cartos/cashbase.rb', line 96

def description
  @description
end