Class: BookmeterExporter::Book
- Inherits:
-
Struct
- Object
- Struct
- BookmeterExporter::Book
- Defined in:
- lib/bookmeter_exporter/books.rb
Instance Attribute Summary collapse
-
#asin ⇒ Object
Returns the value of attribute asin.
-
#read_date ⇒ Object
Returns the value of attribute read_date.
-
#review ⇒ Object
Returns the value of attribute review.
Instance Attribute Details
#asin ⇒ Object
Returns the value of attribute asin
6 7 8 |
# File 'lib/bookmeter_exporter/books.rb', line 6 def asin @asin end |
#read_date ⇒ Object
Returns the value of attribute read_date
6 7 8 |
# File 'lib/bookmeter_exporter/books.rb', line 6 def read_date @read_date end |
#review ⇒ Object
Returns the value of attribute review
6 7 8 |
# File 'lib/bookmeter_exporter/books.rb', line 6 def review @review end |