Class: FastpixClient::Models::Components::UniqueViewersEffectedPercentage
- Inherits:
-
Object
- Object
- FastpixClient::Models::Components::UniqueViewersEffectedPercentage
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/fastpix_client/models/components/uniqueviewerseffectedpercentage.rb
Overview
percentage of unique viewers affected by the specific error.
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ UniqueViewersEffectedPercentage
constructor
A new instance of UniqueViewersEffectedPercentage.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ UniqueViewersEffectedPercentage
Returns a new instance of UniqueViewersEffectedPercentage.
17 |
# File 'lib/fastpix_client/models/components/uniqueviewerseffectedpercentage.rb', line 17 def initialize; end |
Instance Method Details
#==(other) ⇒ Object
20 21 22 23 |
# File 'lib/fastpix_client/models/components/uniqueviewerseffectedpercentage.rb', line 20 def ==(other) return false unless other.is_a? self.class true end |