Class: Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/notifications/b2b_any_offer_changed.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)


153
154
155
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 153

def asin
  @asin
end

#item_conditionString (readonly)

Returns the value of attribute item_condition.

Returns:

  • (String)


154
155
156
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 154

def item_condition
  @item_condition
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


155
156
157
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 155

def marketplace_id
  @marketplace_id
end

#time_of_offer_changeString (readonly)

Returns the value of attribute time_of_offer_change.

Returns:

  • (String)


156
157
158
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 156

def time_of_offer_change
  @time_of_offer_change
end

Class Method Details

.[](asin:, item_condition:, marketplace_id:, time_of_offer_change:) ⇒ Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger .[](arg0, arg1, arg2, arg3) ⇒ Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger

Overloads:



146
147
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 146

def self.[]: (asin: String, item_condition: String, marketplace_id: String, time_of_offer_change: String) -> Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger
| (String, String, String, String) -> Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger

.members[ :asin, :item_condition, :marketplace_id, :time_of_offer_change ]

Returns:

  • ([ :asin, :item_condition, :marketplace_id, :time_of_offer_change ])


149
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 149

def self.members: () -> [ :asin, :item_condition, :marketplace_id, :time_of_offer_change ]

.new(asin:, item_condition:, marketplace_id:, time_of_offer_change:) ⇒ Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger .new(arg0, arg1, arg2, arg3) ⇒ Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger

Overloads:



144
145
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 144

def self.new: (asin: String, item_condition: String, marketplace_id: String, time_of_offer_change: String) -> Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger
| (String, String, String, String) -> Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger

.parsePeddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger

Parameters:

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

Returns:



151
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 151

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger

Instance Method Details

#members[ :asin, :item_condition, :marketplace_id, :time_of_offer_change ]

Returns:

  • ([ :asin, :item_condition, :marketplace_id, :time_of_offer_change ])


158
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 158

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 })


159
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 159

def to_h: () -> { asin: String, item_condition: String, marketplace_id: String, time_of_offer_change: String }