Class: RockBooks::Journal::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/rock_books/documents/journal.rb

Instance Attribute Summary collapse

Instance Attribute Details

#acct_amountsObject

Returns the value of attribute acct_amounts

Returns:

  • (Object)

    the current value of acct_amounts



63
64
65
# File 'lib/rock_books/documents/journal.rb', line 63

def acct_amounts
  @acct_amounts
end

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



63
64
65
# File 'lib/rock_books/documents/journal.rb', line 63

def amount
  @amount
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



63
64
65
# File 'lib/rock_books/documents/journal.rb', line 63

def date
  @date
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



63
64
65
# File 'lib/rock_books/documents/journal.rb', line 63

def description
  @description
end