Class: FastpixClient::Models::Components::PropertyId
- Inherits:
-
Object
- Object
- FastpixClient::Models::Components::PropertyId
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/fastpix_client/models/components/propertyid.rb
Overview
Represents the unique identifier assigned to a FastPix property, which is associated with a specific workspace or project. It helps link playback and analytics data to the correct property configuration.
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ PropertyId
constructor
A new instance of PropertyId.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ PropertyId
Returns a new instance of PropertyId.
18 |
# File 'lib/fastpix_client/models/components/propertyid.rb', line 18 def initialize; end |
Instance Method Details
#==(other) ⇒ Object
21 22 23 24 |
# File 'lib/fastpix_client/models/components/propertyid.rb', line 21 def ==(other) return false unless other.is_a? self.class true end |