Class: Bookflow::AppleBooks::Annotation
- Inherits:
-
Struct
- Object
- Struct
- Bookflow::AppleBooks::Annotation
- Defined in:
- lib/bookflow/apple_books/models.rb
Instance Attribute Summary collapse
-
#absolute_location ⇒ Object
Returns the value of attribute absolute_location.
-
#annotation_id ⇒ Object
Returns the value of attribute annotation_id.
-
#asset_id ⇒ Object
Returns the value of attribute asset_id.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#highlight_text ⇒ Object
Returns the value of attribute highlight_text.
-
#modified_at ⇒ Object
Returns the value of attribute modified_at.
-
#note_text ⇒ Object
Returns the value of attribute note_text.
-
#range_end ⇒ Object
Returns the value of attribute range_end.
-
#range_start ⇒ Object
Returns the value of attribute range_start.
Instance Attribute Details
#absolute_location ⇒ Object
Returns the value of attribute absolute_location
4 5 6 |
# File 'lib/bookflow/apple_books/models.rb', line 4 def absolute_location @absolute_location end |
#annotation_id ⇒ Object
Returns the value of attribute annotation_id
4 5 6 |
# File 'lib/bookflow/apple_books/models.rb', line 4 def annotation_id @annotation_id end |
#asset_id ⇒ Object
Returns the value of attribute asset_id
4 5 6 |
# File 'lib/bookflow/apple_books/models.rb', line 4 def asset_id @asset_id end |
#created_at ⇒ Object
Returns the value of attribute created_at
4 5 6 |
# File 'lib/bookflow/apple_books/models.rb', line 4 def created_at @created_at end |
#highlight_text ⇒ Object
Returns the value of attribute highlight_text
4 5 6 |
# File 'lib/bookflow/apple_books/models.rb', line 4 def highlight_text @highlight_text end |
#modified_at ⇒ Object
Returns the value of attribute modified_at
4 5 6 |
# File 'lib/bookflow/apple_books/models.rb', line 4 def modified_at @modified_at end |
#note_text ⇒ Object
Returns the value of attribute note_text
4 5 6 |
# File 'lib/bookflow/apple_books/models.rb', line 4 def note_text @note_text end |
#range_end ⇒ Object
Returns the value of attribute range_end
4 5 6 |
# File 'lib/bookflow/apple_books/models.rb', line 4 def range_end @range_end end |
#range_start ⇒ Object
Returns the value of attribute range_start
4 5 6 |
# File 'lib/bookflow/apple_books/models.rb', line 4 def range_start @range_start end |