Class: Episodic::Platform::PlayerItem
- Defined in:
- lib/episodic/platform/query_methods.rb
Overview
Represents a player element in a response.
Instance Method Summary collapse
-
#boolean_fields ⇒ Object
Provides a list of fields that are actually dates.
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
#boolean_fields ⇒ Object
Provides a list of fields that are actually dates.
Returns
- Array
-
A list of field names as symbols.
596 597 598 |
# File 'lib/episodic/platform/query_methods.rb', line 596 def boolean_fields return [:default] end |