Class: OpenGraphReader::Og::Video
Overview
Instance Attribute Summary collapse
#children, #content, #properties
Instance Method Summary
collapse
#[], #[]=, #initialize, #property?, #to_s
Instance Attribute Details
#height ⇒ Integer?
146
|
# File 'lib/open_graph_reader/definitions.rb', line 146
integer :height
|
#secure_url ⇒ String?
134
|
# File 'lib/open_graph_reader/definitions.rb', line 134
url :secure_url
|
#type ⇒ String?
138
|
# File 'lib/open_graph_reader/definitions.rb', line 138
string :type
|
#width ⇒ Integer?
142
|
# File 'lib/open_graph_reader/definitions.rb', line 142
integer :width
|
Instance Method Details
#url ⇒ String?
149
150
151
|
# File 'lib/open_graph_reader/definitions.rb', line 149
def url
secure_url || content
end
|