Class: Episodic::Platform::PlaylistEpisodeItem
- Defined in:
- lib/episodic/platform/query_methods.rb
Overview
Represents an episode element in a playlist response.
Instance Method Summary collapse
-
#integer_fields ⇒ Object
Provides a list of fields that are actually integers.
Methods inherited from Item
#exists?, #id, #initialize, #method_missing, #players, #respond_to?, #thumbnails
Constructor Details
This class inherits a constructor from Episodic::Platform::Item
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Episodic::Platform::Item
Instance Method Details
#integer_fields ⇒ Object
Provides a list of fields that are actually integers.
Returns
- Array
-
A list of field names as symbols.
650 651 652 |
# File 'lib/episodic/platform/query_methods.rb', line 650 def integer_fields return [:position] end |