Class: Gnucash::Book::PriceRow
- Inherits:
-
Struct
- Object
- Struct
- Gnucash::Book::PriceRow
- Defined in:
- lib/gnucash/book.rb
Overview
One row from gnc:pricedb.
Instance Attribute Summary collapse
-
#commodity_id ⇒ Object
Returns the value of attribute commodity_id.
-
#commodity_space ⇒ Object
Returns the value of attribute commodity_space.
-
#currency_id ⇒ Object
Returns the value of attribute currency_id.
-
#currency_space ⇒ Object
Returns the value of attribute currency_space.
-
#date ⇒ Object
Returns the value of attribute date.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#commodity_id ⇒ Object
Returns the value of attribute commodity_id
13 14 15 |
# File 'lib/gnucash/book.rb', line 13 def commodity_id @commodity_id end |
#commodity_space ⇒ Object
Returns the value of attribute commodity_space
13 14 15 |
# File 'lib/gnucash/book.rb', line 13 def commodity_space @commodity_space end |
#currency_id ⇒ Object
Returns the value of attribute currency_id
13 14 15 |
# File 'lib/gnucash/book.rb', line 13 def currency_id @currency_id end |
#currency_space ⇒ Object
Returns the value of attribute currency_space
13 14 15 |
# File 'lib/gnucash/book.rb', line 13 def currency_space @currency_space end |
#date ⇒ Object
Returns the value of attribute date
13 14 15 |
# File 'lib/gnucash/book.rb', line 13 def date @date end |
#value ⇒ Object
Returns the value of attribute value
13 14 15 |
# File 'lib/gnucash/book.rb', line 13 def value @value end |