Class: Peddler::Notifications::AnyOfferChanged::OfferChangeTrigger

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


167
168
169
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 167

def asin
  @asin
end

#item_conditionString (readonly)

Returns the value of attribute item_condition.

Returns:

  • (String)


168
169
170
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 168

def item_condition
  @item_condition
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


169
170
171
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 169

def marketplace_id
  @marketplace_id
end

#offer_change_typeString (readonly)

Returns the value of attribute offer_change_type.

Returns:

  • (String)


170
171
172
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 170

def offer_change_type
  @offer_change_type
end

#time_of_offer_changeString (readonly)

Returns the value of attribute time_of_offer_change.

Returns:

  • (String)


171
172
173
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 171

def time_of_offer_change
  @time_of_offer_change
end

Class Method Details

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

Overloads:



160
161
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 160

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

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

Returns:

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


163
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 163

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

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

Overloads:



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

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

.parsePeddler::Notifications::AnyOfferChanged::OfferChangeTrigger

Parameters:

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

Returns:



165
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 165

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

Instance Method Details

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

Returns:

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


173
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 173

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

#to_h{ asin: String, item_condition: String, marketplace_id: String, offer_change_type: String, time_of_offer_change: String }

Returns:

  • ({ asin: String, item_condition: String, marketplace_id: String, offer_change_type: String, time_of_offer_change: String })


174
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 174

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