Class: OpenGraphReader::Article

Inherits:
Object
  • Object
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

#authorProfile?



204
# File 'lib/open_graph_reader/definitions.rb', line 204

url :author, collection: true, to: Profile

#authorsArray<Profile> (readonly)



204
# File 'lib/open_graph_reader/definitions.rb', line 204

url :author, collection: true, to: Profile

#expiration_timeDateTime?



197
# File 'lib/open_graph_reader/definitions.rb', line 197

datetime :expiration_time

#modified_timeDateTime?



193
# File 'lib/open_graph_reader/definitions.rb', line 193

datetime :modified_time

#published_timeDateTime?



189
# File 'lib/open_graph_reader/definitions.rb', line 189

datetime :published_time

#sectionString?



208
# File 'lib/open_graph_reader/definitions.rb', line 208

string :section

#tagString?



214
# File 'lib/open_graph_reader/definitions.rb', line 214

string :tag, collection: true

#tagsArray<String> (readonly)



214
# File 'lib/open_graph_reader/definitions.rb', line 214

string :tag, collection: true