Class: Edi::Wayfair::CatalogReadV2Persister::Result
- Inherits:
-
Data
- Object
- Data
- Edi::Wayfair::CatalogReadV2Persister::Result
- Defined in:
- app/services/edi/wayfair/catalog_read_v2_persister.rb
Overview
Service object: persistence result (changed flags whether anything moved).
Instance Attribute Summary collapse
-
#changed ⇒ Object
readonly
Returns the value of attribute changed.
Instance Method Summary collapse
- #initialize(changed: nil) ⇒ Result constructor
Constructor Details
#initialize(changed: nil) ⇒ Result
18 |
# File 'app/services/edi/wayfair/catalog_read_v2_persister.rb', line 18 def initialize(changed: nil) = super |
Instance Attribute Details
#changed ⇒ Object (readonly)
Returns the value of attribute changed
15 16 17 |
# File 'app/services/edi/wayfair/catalog_read_v2_persister.rb', line 15 def changed @changed end |