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