Repository URL to install this package:
|
Version:
6.0.0 ▾
|
require 'twitter/base'
module Twitter
class OEmbed < Twitter::Base
# @return [Integer]
attr_reader :height, :width
# @return [String]
attr_reader :author_name, :cache_age, :html, :provider_name, :type,
:version
uri_attr_reader :author_uri, :provider_uri, :uri
end
end