Module: UrlToContents::Models::BaseAttributes

Included in:
Tudou, Weibo, Youku
Defined in:
lib/url_to_contents/models/base_attributes.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author.



4
5
6
# File 'lib/url_to_contents/models/base_attributes.rb', line 4

def author
  @author
end

#contentObject

Returns the value of attribute content.



4
5
6
# File 'lib/url_to_contents/models/base_attributes.rb', line 4

def content
  @content
end

#dateObject

Returns the value of attribute date.



4
5
6
# File 'lib/url_to_contents/models/base_attributes.rb', line 4

def date
  @date
end

#mediaObject

Returns the value of attribute media.



4
5
6
# File 'lib/url_to_contents/models/base_attributes.rb', line 4

def media
  @media
end

#source_urlObject

Returns the value of attribute source_url.



4
5
6
# File 'lib/url_to_contents/models/base_attributes.rb', line 4

def source_url
  @source_url
end

#titleObject

Returns the value of attribute title.



4
5
6
# File 'lib/url_to_contents/models/base_attributes.rb', line 4

def title
  @title
end