Class: Echowrap::Video
Instance Attribute Summary collapse
-
#date_found ⇒ Object
readonly
Returns the value of attribute date_found.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#image_url ⇒ Object
readonly
Returns the value of attribute image_url.
-
#site ⇒ Object
readonly
Returns the value of attribute site.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
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_found ⇒ Object (readonly)
Returns the value of attribute date_found.
5 6 7 |
# File 'lib/echowrap/video.rb', line 5 def date_found @date_found end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
5 6 7 |
# File 'lib/echowrap/video.rb', line 5 def id @id end |
#image_url ⇒ Object (readonly)
Returns the value of attribute image_url.
5 6 7 |
# File 'lib/echowrap/video.rb', line 5 def image_url @image_url end |
#site ⇒ Object (readonly)
Returns the value of attribute site.
5 6 7 |
# File 'lib/echowrap/video.rb', line 5 def site @site end |
#title ⇒ Object (readonly)
Returns the value of attribute title.
5 6 7 |
# File 'lib/echowrap/video.rb', line 5 def title @title end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
5 6 7 |
# File 'lib/echowrap/video.rb', line 5 def url @url end |