Class: Edi::Wayfair::ListingGenerator::Attributes::UniformPackagingAndLabelingRegulationsUplrCompliant
- Inherits:
-
BaseAttribute
- Object
- BaseAttribute
- Edi::Wayfair::ListingGenerator::Attributes::UniformPackagingAndLabelingRegulationsUplrCompliant
- Defined in:
- app/services/edi/wayfair/listing_generator/attributes/uniform_packaging_and_labeling_regulations_uplr_compliant.rb
Overview
Maps the Goods-scoped X-Wayfair UPLR compliance specification. Wayfair
assigns a different taxonomy id to this question in each product class, so
the live schema title is the identity and this id is only a legacy fallback.
Constant Summary
Constants inherited from BaseAttribute
Instance Attribute Summary
Attributes inherited from BaseAttribute
#attribute_definition, #catalog_item, #item, #taxonomy_attribute_id, #wayfair_schema
Instance Method Summary collapse
-
#value ⇒ String?
Returns the inherited Goods-level compliance answer.
Methods inherited from BaseAttribute
attribute_name, #attribute_title, #build, #build_attribute_hash, #can_build?, #custom_values_allowed?, #datatype, #fetch_value, #format_boolean, #format_decimal, #initialize, #map_unit, #possible_values, #requirement, schema_titles, set_schema_titles, set_taxonomy_attribute_id, #valid_value?
Constructor Details
This class inherits a constructor from Edi::Wayfair::ListingGenerator::Attributes::BaseAttribute
Instance Method Details
#value ⇒ String?
Returns the inherited Goods-level compliance answer.
17 |
# File 'app/services/edi/wayfair/listing_generator/attributes/uniform_packaging_and_labeling_regulations_uplr_compliant.rb', line 17 def value = fetch_value(:uniform_packaging_and_labeling_regulations_uplr_compliant) |