Class: Tubeclip::Model::Author
- Defined in:
- lib/tubeclip/model/author.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
String: Author’s YouTube username.
-
#thumbnail_url ⇒ Object
readonly
Returns the value of attribute thumbnail_url.
-
#uri ⇒ Object
readonly
String: Feed URL of the author.
Method Summary
Methods inherited from Record
Constructor Details
This class inherits a constructor from Tubeclip::Record
Instance Attribute Details
#name ⇒ Object (readonly)
String: Author’s YouTube username.
5 6 7 |
# File 'lib/tubeclip/model/author.rb', line 5 def name @name end |
#thumbnail_url ⇒ Object (readonly)
Returns the value of attribute thumbnail_url.
10 11 12 |
# File 'lib/tubeclip/model/author.rb', line 10 def thumbnail_url @thumbnail_url end |
#uri ⇒ Object (readonly)
String: Feed URL of the author.
8 9 10 |
# File 'lib/tubeclip/model/author.rb', line 8 def uri @uri end |