Class: Maintenance::AmazonVariationAbsorption::Result
- Inherits:
-
Data
- Object
- Data
- Maintenance::AmazonVariationAbsorption::Result
- Defined in:
- app/services/maintenance/amazon_variation_absorption.rb
Overview
Summary counters returned by #call.
Instance Attribute Summary collapse
-
#browse_node_links ⇒ Object
readonly
Returns the value of attribute browse_node_links.
-
#catalog_items_pointed ⇒ Object
readonly
Returns the value of attribute catalog_items_pointed.
-
#clone_links ⇒ Object
readonly
Returns the value of attribute clone_links.
-
#edi_documents_pointed ⇒ Object
readonly
Returns the value of attribute edi_documents_pointed.
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
-
#families_created ⇒ Object
readonly
Returns the value of attribute families_created.
-
#rows_created ⇒ Object
readonly
Returns the value of attribute rows_created.
-
#rows_updated ⇒ Object
readonly
Returns the value of attribute rows_updated.
Instance Attribute Details
#browse_node_links ⇒ Object (readonly)
Returns the value of attribute browse_node_links
24 25 26 |
# File 'app/services/maintenance/amazon_variation_absorption.rb', line 24 def browse_node_links @browse_node_links end |
#catalog_items_pointed ⇒ Object (readonly)
Returns the value of attribute catalog_items_pointed
24 25 26 |
# File 'app/services/maintenance/amazon_variation_absorption.rb', line 24 def catalog_items_pointed @catalog_items_pointed end |
#clone_links ⇒ Object (readonly)
Returns the value of attribute clone_links
24 25 26 |
# File 'app/services/maintenance/amazon_variation_absorption.rb', line 24 def clone_links @clone_links end |
#edi_documents_pointed ⇒ Object (readonly)
Returns the value of attribute edi_documents_pointed
24 25 26 |
# File 'app/services/maintenance/amazon_variation_absorption.rb', line 24 def edi_documents_pointed @edi_documents_pointed end |
#errors ⇒ Object (readonly)
Returns the value of attribute errors
24 25 26 |
# File 'app/services/maintenance/amazon_variation_absorption.rb', line 24 def errors @errors end |
#families_created ⇒ Object (readonly)
Returns the value of attribute families_created
24 25 26 |
# File 'app/services/maintenance/amazon_variation_absorption.rb', line 24 def families_created @families_created end |
#rows_created ⇒ Object (readonly)
Returns the value of attribute rows_created
24 25 26 |
# File 'app/services/maintenance/amazon_variation_absorption.rb', line 24 def rows_created @rows_created end |
#rows_updated ⇒ Object (readonly)
Returns the value of attribute rows_updated
24 25 26 |
# File 'app/services/maintenance/amazon_variation_absorption.rb', line 24 def rows_updated @rows_updated end |