Class: FastpixClient::Models::Components::PlayerViewCount

Inherits:
Object
  • Object
show all
Extended by:
T::Sig
Includes:
Crystalline::MetadataFields
Defined in:
lib/fastpix_client/models/components/playerviewcount.rb

Overview

Represents the total number of times the video player has been initialized or viewed for a specific session or video. This metric helps track playback engagement and identify view patterns across different players or sessions.

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initializePlayerViewCount

Returns a new instance of PlayerViewCount.



18
# File 'lib/fastpix_client/models/components/playerviewcount.rb', line 18

def initialize; end

Instance Method Details

#==(other) ⇒ Object



21
22
23
24
# File 'lib/fastpix_client/models/components/playerviewcount.rb', line 21

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