Class: Twitter::OEmbed

Inherits:
Base
  • Object
show all
Defined in:
lib/twitter/oembed.rb

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base

#[], #attr_equal, attr_reader, #attrs, #attrs_equal, fetch, fetch_or_new, from_response, identity_map, #initialize, store, #update

Constructor Details

This class inherits a constructor from Twitter::Base

Instance Attribute Details

- (Object) author_name (readonly)

Returns the value of attribute author_name



5
6
7
# File 'lib/twitter/oembed.rb', line 5

def author_name
  @author_name
end

- (Object) author_url (readonly)

Returns the value of attribute author_url



5
6
7
# File 'lib/twitter/oembed.rb', line 5

def author_url
  @author_url
end

- (Object) cache_age (readonly)

Returns the value of attribute cache_age



5
6
7
# File 'lib/twitter/oembed.rb', line 5

def cache_age
  @cache_age
end

- (Object) height (readonly)

Returns the value of attribute height



5
6
7
# File 'lib/twitter/oembed.rb', line 5

def height
  @height
end

- (Object) html (readonly)

Returns the value of attribute html



5
6
7
# File 'lib/twitter/oembed.rb', line 5

def html
  @html
end

- (Object) provider_name (readonly)

Returns the value of attribute provider_name



5
6
7
# File 'lib/twitter/oembed.rb', line 5

def provider_name
  @provider_name
end

- (Object) provider_url (readonly)

Returns the value of attribute provider_url



5
6
7
# File 'lib/twitter/oembed.rb', line 5

def provider_url
  @provider_url
end

- (Object) type (readonly)

Returns the value of attribute type



5
6
7
# File 'lib/twitter/oembed.rb', line 5

def type
  @type
end

- (Object) url (readonly)

Returns the value of attribute url



5
6
7
# File 'lib/twitter/oembed.rb', line 5

def url
  @url
end

- (Object) version (readonly)

Returns the value of attribute version



5
6
7
# File 'lib/twitter/oembed.rb', line 5

def version
  @version
end

- (Object) width (readonly)

Returns the value of attribute width



5
6
7
# File 'lib/twitter/oembed.rb', line 5

def width
  @width
end