Class: Catalog::AmazonBuyBoxService::Target
- Inherits:
-
Data
- Object
- Data
- Catalog::AmazonBuyBoxService::Target
- Defined in:
- app/services/catalog/amazon_buy_box_service.rb
Overview
One rung of the ladder.
Instance Method Summary collapse
-
#initialize(price:, source: nil, seller_id: nil, label: nil) ⇒ Target
constructor
A new instance of Target.
Constructor Details
#initialize(price:, source: nil, seller_id: nil, label: nil) ⇒ Target
Returns a new instance of Target.
229 |
# File 'app/services/catalog/amazon_buy_box_service.rb', line 229 def initialize(price:, source: nil, seller_id: nil, label: nil) = super |