Class: YouTubeG::Model::Author

Inherits:
Record
  • Object
show all
Defined in:
lib/youtube_g/model/author.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Record

#initialize

Constructor Details

This class inherits a constructor from YouTubeG::Record

Instance Attribute Details

#nameObject (readonly)

String: Author’s YouTube username.



5
6
7
# File 'lib/youtube_g/model/author.rb', line 5

def name
  @name
end

#uriObject (readonly)

String: Feed URL of the author.



8
9
10
# File 'lib/youtube_g/model/author.rb', line 8

def uri
  @uri
end