Class: Peddler::Notifications::PricingHealth::OfferChangeTrigger

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/notifications/pricing_health.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#asinString (readonly)

Returns the value of attribute asin.

Returns:

  • (String)


95
96
97
# File 'sig/peddler/notifications/pricing_health.rbs', line 95

def asin
  @asin
end

#item_conditionString (readonly)

Returns the value of attribute item_condition.

Returns:

  • (String)


96
97
98
# File 'sig/peddler/notifications/pricing_health.rbs', line 96

def item_condition
  @item_condition
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


97
98
99
# File 'sig/peddler/notifications/pricing_health.rbs', line 97

def marketplace_id
  @marketplace_id
end

#time_of_offer_changeString? (readonly)

Returns the value of attribute time_of_offer_change.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::Notifications::PricingHealth::OfferChangeTrigger

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:

  • ({ 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? }