Class: Twitter::OEmbed
Instance Attribute Summary collapse
-
#author_name ⇒ Object
readonly
Returns the value of attribute author_name.
-
#author_url ⇒ Object
readonly
Returns the value of attribute author_url.
-
#cache_age ⇒ Object
readonly
Returns the value of attribute cache_age.
-
#height ⇒ Object
readonly
Returns the value of attribute height.
-
#html ⇒ Object
readonly
Returns the value of attribute html.
-
#provider_name ⇒ Object
readonly
Returns the value of attribute provider_name.
-
#provider_url ⇒ Object
readonly
Returns the value of attribute provider_url.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
Attributes inherited from Base
Method Summary
Methods inherited from Base
#[], attr_reader, fetch, fetch_or_new, from_response, identity_map, #initialize, store, #update
Constructor Details
This class inherits a constructor from Twitter::Base
Instance Attribute Details
#author_name ⇒ Object (readonly)
Returns the value of attribute author_name.
5 6 7 |
# File 'lib/twitter/oembed.rb', line 5 def @author_name end |
#author_url ⇒ Object (readonly)
Returns the value of attribute author_url.
5 6 7 |
# File 'lib/twitter/oembed.rb', line 5 def @author_url end |
#cache_age ⇒ Object (readonly)
Returns the value of attribute cache_age.
5 6 7 |
# File 'lib/twitter/oembed.rb', line 5 def cache_age @cache_age end |
#height ⇒ Object (readonly)
Returns the value of attribute height.
5 6 7 |
# File 'lib/twitter/oembed.rb', line 5 def height @height end |
#html ⇒ Object (readonly)
Returns the value of attribute html.
5 6 7 |
# File 'lib/twitter/oembed.rb', line 5 def html @html end |
#provider_name ⇒ Object (readonly)
Returns the value of attribute provider_name.
5 6 7 |
# File 'lib/twitter/oembed.rb', line 5 def provider_name @provider_name end |
#provider_url ⇒ Object (readonly)
Returns the value of attribute provider_url.
5 6 7 |
# File 'lib/twitter/oembed.rb', line 5 def provider_url @provider_url end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
5 6 7 |
# File 'lib/twitter/oembed.rb', line 5 def type @type end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
5 6 7 |
# File 'lib/twitter/oembed.rb', line 5 def url @url end |
#version ⇒ Object (readonly)
Returns the value of attribute version.
5 6 7 |
# File 'lib/twitter/oembed.rb', line 5 def version @version end |
#width ⇒ Object (readonly)
Returns the value of attribute width.
5 6 7 |
# File 'lib/twitter/oembed.rb', line 5 def width @width end |