Class: StackOne::Models::Shared::CategorySourceValue

Inherits:
Object
  • Object
show all
Extended by:
T::Sig
Includes:
Crystalline::MetadataFields
Defined in:
lib/stack_one/models/shared/category_source_value.rb

Overview

For read operations: the original category level from the provider. For write operations: fallback value used when value is omitted or “unmapped_value”. You must ensure this matches the provider’s format.

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initializeCategorySourceValue

Returns a new instance of CategorySourceValue.



17
# File 'lib/stack_one/models/shared/category_source_value.rb', line 17

def initialize; end

Instance Method Details

#==(other) ⇒ Object



20
21
22
23
# File 'lib/stack_one/models/shared/category_source_value.rb', line 20

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