Class: Gnucash::Book::PriceRow

Inherits:
Struct
  • Object
show all
Defined in:
lib/gnucash/book.rb

Overview

One row from gnc:pricedb.

Since:

  • 1.6.0

Instance Attribute Summary collapse

Instance Attribute Details

#commodity_idObject

Returns the value of attribute commodity_id

Returns:

  • (Object)

    the current value of commodity_id



13
14
15
# File 'lib/gnucash/book.rb', line 13

def commodity_id
  @commodity_id
end

#commodity_spaceObject

Returns the value of attribute commodity_space

Returns:

  • (Object)

    the current value of commodity_space



13
14
15
# File 'lib/gnucash/book.rb', line 13

def commodity_space
  @commodity_space
end

#currency_idObject

Returns the value of attribute currency_id

Returns:

  • (Object)

    the current value of currency_id



13
14
15
# File 'lib/gnucash/book.rb', line 13

def currency_id
  @currency_id
end

#currency_spaceObject

Returns the value of attribute currency_space

Returns:

  • (Object)

    the current value of currency_space



13
14
15
# File 'lib/gnucash/book.rb', line 13

def currency_space
  @currency_space
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



13
14
15
# File 'lib/gnucash/book.rb', line 13

def date
  @date
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



13
14
15
# File 'lib/gnucash/book.rb', line 13

def value
  @value
end