Class: Peddler::Notifications::PricingHealth::OfferChangeTrigger
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::PricingHealth::OfferChangeTrigger
- Defined in:
- sig/peddler/notifications/pricing_health.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String
readonly
Returns the value of attribute asin.
-
#item_condition ⇒ String
readonly
Returns the value of attribute item_condition.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#time_of_offer_change ⇒ String?
readonly
Returns the value of attribute time_of_offer_change.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :item_condition, :marketplace_id, :time_of_offer_change ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::PricingHealth::OfferChangeTrigger
Instance Method Summary collapse
-
#members ⇒ [ :asin, :item_condition, :marketplace_id, :time_of_offer_change ]
-
#to_h ⇒ { asin: String, item_condition: String, marketplace_id: String, time_of_offer_change: String? }
Instance Attribute Details
#asin ⇒ String (readonly)
Returns the value of attribute asin.
95 96 97 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 95 def asin @asin end |
#item_condition ⇒ String (readonly)
Returns the value of attribute item_condition.
96 97 98 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 96 def item_condition @item_condition end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
97 98 99 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 97 def marketplace_id @marketplace_id end |
#time_of_offer_change ⇒ String? (readonly)
Returns the value of attribute time_of_offer_change.
98 99 100 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 98 def time_of_offer_change @time_of_offer_change end |
Class Method Details
.[](asin:, item_condition:, marketplace_id:, time_of_offer_change:) ⇒ Peddler::Notifications::PricingHealth::OfferChangeTrigger .[](arg0, arg1, arg2, arg3) ⇒ Peddler::Notifications::PricingHealth::OfferChangeTrigger
88 89 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 88
def self.[]: (asin: String, item_condition: String, marketplace_id: String, ?time_of_offer_change: String?) -> Peddler::Notifications::PricingHealth::OfferChangeTrigger
| (String, String, String, String?) -> Peddler::Notifications::PricingHealth::OfferChangeTrigger
|
.members ⇒ [ :asin, :item_condition, :marketplace_id, :time_of_offer_change ]
91 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 91
def self.members: () -> [ :asin, :item_condition, :marketplace_id, :time_of_offer_change ]
|
.new(asin:, item_condition:, marketplace_id:, time_of_offer_change:) ⇒ Peddler::Notifications::PricingHealth::OfferChangeTrigger .new(arg0, arg1, arg2, arg3) ⇒ Peddler::Notifications::PricingHealth::OfferChangeTrigger
86 87 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 86
def self.new: (asin: String, item_condition: String, marketplace_id: String, ?time_of_offer_change: String?) -> Peddler::Notifications::PricingHealth::OfferChangeTrigger
| (String, String, String, String?) -> Peddler::Notifications::PricingHealth::OfferChangeTrigger
|
.parse ⇒ Peddler::Notifications::PricingHealth::OfferChangeTrigger
93 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 93
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::PricingHealth::OfferChangeTrigger
|
Instance Method Details
#members ⇒ [ :asin, :item_condition, :marketplace_id, :time_of_offer_change ]
100 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 100
def members: () -> [ :asin, :item_condition, :marketplace_id, :time_of_offer_change ]
|
#to_h ⇒ { asin: String, item_condition: String, marketplace_id: String, time_of_offer_change: String? }
101 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 101
def to_h: () -> { asin: String, item_condition: String, marketplace_id: String, time_of_offer_change: String? }
|