Class: OpenGraphReader::Article
- Inherits:
-
Object
- Object
- OpenGraphReader::Article
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?
208
|
# File 'lib/open_graph_reader/definitions.rb', line 208
url :author, collection: true, to: Profile
|
#authors ⇒ Array<Profile>
208
|
# File 'lib/open_graph_reader/definitions.rb', line 208
url :author, collection: true, to: Profile
|
#expiration_time ⇒ DateTime?
201
|
# File 'lib/open_graph_reader/definitions.rb', line 201
datetime :expiration_time
|
#modified_time ⇒ DateTime?
197
|
# File 'lib/open_graph_reader/definitions.rb', line 197
datetime :modified_time
|
#published_time ⇒ DateTime?
193
|
# File 'lib/open_graph_reader/definitions.rb', line 193
datetime :published_time
|
#section ⇒ String?
212
|
# File 'lib/open_graph_reader/definitions.rb', line 212
string :section
|
#tag ⇒ String?
218
|
# File 'lib/open_graph_reader/definitions.rb', line 218
string :tag, collection: true
|
218
|
# File 'lib/open_graph_reader/definitions.rb', line 218
string :tag, collection: true
|