Class: Bookflow::AppleBooks::Book
- Inherits:
-
Struct
- Object
- Struct
- Bookflow::AppleBooks::Book
- Defined in:
- lib/bookflow/apple_books/models.rb
Instance Attribute Summary collapse
-
#asset_id ⇒ Object
Returns the value of attribute asset_id.
-
#author ⇒ Object
Returns the value of attribute author.
-
#source_path ⇒ Object
Returns the value of attribute source_path.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#asset_id ⇒ Object
Returns the value of attribute asset_id
3 4 5 |
# File 'lib/bookflow/apple_books/models.rb', line 3 def asset_id @asset_id end |
#author ⇒ Object
Returns the value of attribute author
3 4 5 |
# File 'lib/bookflow/apple_books/models.rb', line 3 def @author end |
#source_path ⇒ Object
Returns the value of attribute source_path
3 4 5 |
# File 'lib/bookflow/apple_books/models.rb', line 3 def source_path @source_path end |
#title ⇒ Object
Returns the value of attribute title
3 4 5 |
# File 'lib/bookflow/apple_books/models.rb', line 3 def title @title end |