Module: Yt::Associations::HasViewerPercentages Deprecated
- Included in:
- Models::Base
- Defined in:
- lib/yt/associations/has_viewer_percentages.rb
Overview
Instance Method Summary collapse
-
#has_viewer_percentages ⇒ Object
Defines one public instance methods to access the viewer percentages of a resource for a specific metric.
Instance Method Details
#has_viewer_percentages ⇒ Object
Defines one public instance methods to access the viewer percentages of a resource for a specific metric.
31 32 33 34 35 |
# File 'lib/yt/associations/has_viewer_percentages.rb', line 31 def has_viewer_percentages require 'yt/collections/viewer_percentages' define_viewer_percentages_method end |