Class: Google::Books::ListPrice
- Defined in:
- lib/bookle/google_books_list_price.rb
Instance Attribute Summary
Attributes inherited from Price
Instance Method Summary collapse
Methods inherited from Price
Constructor Details
This class inherits a constructor from Google::Books::Price
Instance Method Details
#to_hash ⇒ Object
7 8 9 |
# File 'lib/bookle/google_books_list_price.rb', line 7 def to_hash {"list_price_amount" => self.amount, "list_price_currency_code" => self.currency_code} end |