Class: Episodic::Platform::EpisodePlaylistItem

Inherits:
Item
  • Object
show all
Defined in:
lib/episodic/platform/query_methods.rb

Overview

Represents a playlist element in an episodes response.

Instance Method Summary collapse

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_fieldsObject

Provides a list of fields that are actually integers.

Returns

Array

A list of field names as symbols.



632
633
634
# File 'lib/episodic/platform/query_methods.rb', line 632

def integer_fields
  return [:position]
end