Class: OpenGraphReader::Book
- Inherits:
-
Object
- Object
- OpenGraphReader::Book
show all
- Includes:
- Object
- Defined in:
- lib/open_graph_reader/definitions.rb
Overview
Instance Attribute Summary collapse
Attributes included from Object
#children, #content, #properties
Method Summary
Methods included from Object
#[], #[]=, #initialize, #property?, #to_s
Instance Attribute Details
TODO:
This one is a reference to another OpenGraph object. Support fetching it?
272
|
# File 'lib/open_graph_reader/definitions.rb', line 272
url :author, collection: true, to: Profile
|
#authors ⇒ Array<Profile>
272
|
# File 'lib/open_graph_reader/definitions.rb', line 272
url :author, collection: true, to: Profile
|
#isbn ⇒ Sring?
276
|
# File 'lib/open_graph_reader/definitions.rb', line 276
string :isbn
|
#release_date ⇒ DateTime?
280
|
# File 'lib/open_graph_reader/definitions.rb', line 280
datetime :release_date
|
#tag ⇒ String?
286
|
# File 'lib/open_graph_reader/definitions.rb', line 286
string :tag, collection: true
|
286
|
# File 'lib/open_graph_reader/definitions.rb', line 286
string :tag, collection: true
|