Class: Bookflow::AppleBooks::Book

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

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idObject

Returns the value of attribute asset_id

Returns:

  • (Object)

    the current value of asset_id



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

def asset_id
  @asset_id
end

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



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

def author
  @author
end

#source_pathObject

Returns the value of attribute source_path

Returns:

  • (Object)

    the current value of source_path



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

def source_path
  @source_path
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end