Class: PlexRubySDK::Models::Operations::QueryParamFilter

Inherits:
Object
  • Object
show all
Extended by:
T::Sig
Includes:
Crystalline::MetadataFields
Defined in:
lib/plex_ruby_sdk/models/operations/queryparam_filter.rb

Overview

Filters content by field and direction/equality (Unknown if viewedAt is the only supported column)

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initializeQueryParamFilter

Returns a new instance of QueryParamFilter.



21
# File 'lib/plex_ruby_sdk/models/operations/queryparam_filter.rb', line 21

def initialize; end

Instance Method Details

#==(other) ⇒ Object



23
24
25
26
# File 'lib/plex_ruby_sdk/models/operations/queryparam_filter.rb', line 23

def ==(other)
  return false unless other.is_a? self.class
  true
end