Class: Echowrap::Video

Inherits:
Base
  • Object
show all
Defined in:
lib/echowrap/video.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#==, attr_reader, #attrs, #initialize, #update

Constructor Details

This class inherits a constructor from Echowrap::Base

Instance Attribute Details

#date_foundObject (readonly)

Returns the value of attribute date_found.



5
6
7
# File 'lib/echowrap/video.rb', line 5

def date_found
  @date_found
end

#idObject (readonly)

Returns the value of attribute id.



5
6
7
# File 'lib/echowrap/video.rb', line 5

def id
  @id
end

#image_urlObject (readonly)

Returns the value of attribute image_url.



5
6
7
# File 'lib/echowrap/video.rb', line 5

def image_url
  @image_url
end

#siteObject (readonly)

Returns the value of attribute site.



5
6
7
# File 'lib/echowrap/video.rb', line 5

def site
  @site
end

#titleObject (readonly)

Returns the value of attribute title.



5
6
7
# File 'lib/echowrap/video.rb', line 5

def title
  @title
end

#urlObject (readonly)

Returns the value of attribute url.



5
6
7
# File 'lib/echowrap/video.rb', line 5

def url
  @url
end