Class: Catalog::AmazonBuyBoxRecoveryService::Result
- Inherits:
-
Data
- Object
- Data
- Catalog::AmazonBuyBoxRecoveryService::Result
- Defined in:
- app/services/catalog/amazon_buy_box_recovery_service.rb
Instance Attribute Summary collapse
-
#flagged_count ⇒ Object
readonly
Returns the value of attribute flagged_count.
-
#messages ⇒ Object
readonly
Returns the value of attribute messages.
-
#price_lowered_count ⇒ Object
readonly
Returns the value of attribute price_lowered_count.
-
#processed_count ⇒ Object
readonly
Returns the value of attribute processed_count.
-
#skipped_count ⇒ Object
readonly
Returns the value of attribute skipped_count.
Instance Method Summary collapse
-
#initialize(processed_count: nil, price_lowered_count: nil, flagged_count: nil, skipped_count: nil, messages: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(processed_count: nil, price_lowered_count: nil, flagged_count: nil, skipped_count: nil, messages: nil) ⇒ Result
Returns a new instance of Result.
14 |
# File 'app/services/catalog/amazon_buy_box_recovery_service.rb', line 14 def initialize(processed_count: nil, price_lowered_count: nil, flagged_count: nil, skipped_count: nil, messages: nil) = super |
Instance Attribute Details
#flagged_count ⇒ Object (readonly)
Returns the value of attribute flagged_count
13 14 15 |
# File 'app/services/catalog/amazon_buy_box_recovery_service.rb', line 13 def flagged_count @flagged_count end |
#messages ⇒ Object (readonly)
Returns the value of attribute messages
13 14 15 |
# File 'app/services/catalog/amazon_buy_box_recovery_service.rb', line 13 def @messages end |
#price_lowered_count ⇒ Object (readonly)
Returns the value of attribute price_lowered_count
13 14 15 |
# File 'app/services/catalog/amazon_buy_box_recovery_service.rb', line 13 def price_lowered_count @price_lowered_count end |
#processed_count ⇒ Object (readonly)
Returns the value of attribute processed_count
13 14 15 |
# File 'app/services/catalog/amazon_buy_box_recovery_service.rb', line 13 def processed_count @processed_count end |
#skipped_count ⇒ Object (readonly)
Returns the value of attribute skipped_count
13 14 15 |
# File 'app/services/catalog/amazon_buy_box_recovery_service.rb', line 13 def skipped_count @skipped_count end |