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?
204
|
# File 'lib/open_graph_reader/definitions.rb', line 204
url :author, collection: true, to: Profile
|
#authors ⇒ Array<Profile>
204
|
# File 'lib/open_graph_reader/definitions.rb', line 204
url :author, collection: true, to: Profile
|
#expiration_time ⇒ DateTime?
197
|
# File 'lib/open_graph_reader/definitions.rb', line 197
datetime :expiration_time
|
#modified_time ⇒ DateTime?
193
|
# File 'lib/open_graph_reader/definitions.rb', line 193
datetime :modified_time
|
#published_time ⇒ DateTime?
189
|
# File 'lib/open_graph_reader/definitions.rb', line 189
datetime :published_time
|
#section ⇒ String?
208
|
# File 'lib/open_graph_reader/definitions.rb', line 208
string :section
|
#tag ⇒ String?
214
|
# File 'lib/open_graph_reader/definitions.rb', line 214
string :tag, collection: true
|
214
|
# File 'lib/open_graph_reader/definitions.rb', line 214
string :tag, collection: true
|