Class: YouTubeG::Model::Category

Inherits:
Record
  • Object
show all
Defined in:
lib/youtube_g/model/category.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

#labelObject (readonly)

Returns the value of attribute label.



4
5
6
# File 'lib/youtube_g/model/category.rb', line 4

def label
  @label
end

#termObject (readonly)

Returns the value of attribute term.



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

def term
  @term
end