Class: Bookflow::AppleBooks::Annotation

Inherits:
Struct
  • Object
show all
Defined in:
lib/bookflow/apple_books/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_locationObject

Returns the value of attribute absolute_location

Returns:

  • (Object)

    the current value of absolute_location



4
5
6
# File 'lib/bookflow/apple_books/models.rb', line 4

def absolute_location
  @absolute_location
end

#annotation_idObject

Returns the value of attribute annotation_id

Returns:

  • (Object)

    the current value of annotation_id



4
5
6
# File 'lib/bookflow/apple_books/models.rb', line 4

def annotation_id
  @annotation_id
end

#asset_idObject

Returns the value of attribute asset_id

Returns:

  • (Object)

    the current value of asset_id



4
5
6
# File 'lib/bookflow/apple_books/models.rb', line 4

def asset_id
  @asset_id
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



4
5
6
# File 'lib/bookflow/apple_books/models.rb', line 4

def created_at
  @created_at
end

#highlight_textObject

Returns the value of attribute highlight_text

Returns:

  • (Object)

    the current value of highlight_text



4
5
6
# File 'lib/bookflow/apple_books/models.rb', line 4

def highlight_text
  @highlight_text
end

#modified_atObject

Returns the value of attribute modified_at

Returns:

  • (Object)

    the current value of modified_at



4
5
6
# File 'lib/bookflow/apple_books/models.rb', line 4

def modified_at
  @modified_at
end

#note_textObject

Returns the value of attribute note_text

Returns:

  • (Object)

    the current value of note_text



4
5
6
# File 'lib/bookflow/apple_books/models.rb', line 4

def note_text
  @note_text
end

#range_endObject

Returns the value of attribute range_end

Returns:

  • (Object)

    the current value of range_end



4
5
6
# File 'lib/bookflow/apple_books/models.rb', line 4

def range_end
  @range_end
end

#range_startObject

Returns the value of attribute range_start

Returns:

  • (Object)

    the current value of range_start



4
5
6
# File 'lib/bookflow/apple_books/models.rb', line 4

def range_start
  @range_start
end