Class: BookmeterExporter::Book

Inherits:
Struct
  • Object
show all
Defined in:
lib/bookmeter_exporter/books.rb

Instance Attribute Summary collapse

Instance Attribute Details

#asinObject

Returns the value of attribute asin

Returns:

  • (Object)

    the current value of asin



6
7
8
# File 'lib/bookmeter_exporter/books.rb', line 6

def asin
  @asin
end

#read_dateObject

Returns the value of attribute read_date

Returns:

  • (Object)

    the current value of read_date



6
7
8
# File 'lib/bookmeter_exporter/books.rb', line 6

def read_date
  @read_date
end

#reviewObject

Returns the value of attribute review

Returns:

  • (Object)

    the current value of review



6
7
8
# File 'lib/bookmeter_exporter/books.rb', line 6

def review
  @review
end