Class: Peddler::Notifications::AnyOfferChanged::NumberOfBuyBoxEligibleOffer

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

#conditionString (readonly)

Returns the value of attribute condition.

Returns:

  • (String)


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

def condition
  @condition
end

#fulfillment_channelString (readonly)

Returns the value of attribute fulfillment_channel.

Returns:

  • (String)


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

def fulfillment_channel
  @fulfillment_channel
end

#offer_countInteger (readonly)

Returns the value of attribute offer_count.

Returns:

  • (Integer)


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

def offer_count
  @offer_count
end

Class Method Details

.[](condition:, fulfillment_channel:, offer_count:) ⇒ Peddler::Notifications::AnyOfferChanged::NumberOfBuyBoxEligibleOffer .[](arg0, arg1, arg2) ⇒ Peddler::Notifications::AnyOfferChanged::NumberOfBuyBoxEligibleOffer

Overloads:



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

def self.[]: (condition: String, fulfillment_channel: String, offer_count: Integer) -> Peddler::Notifications::AnyOfferChanged::NumberOfBuyBoxEligibleOffer
| (String, String, Integer) -> Peddler::Notifications::AnyOfferChanged::NumberOfBuyBoxEligibleOffer

.members[ :condition, :fulfillment_channel, :offer_count ]

Returns:

  • ([ :condition, :fulfillment_channel, :offer_count ])


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

def self.members: () -> [ :condition, :fulfillment_channel, :offer_count ]

.new(condition:, fulfillment_channel:, offer_count:) ⇒ Peddler::Notifications::AnyOfferChanged::NumberOfBuyBoxEligibleOffer .new(arg0, arg1, arg2) ⇒ Peddler::Notifications::AnyOfferChanged::NumberOfBuyBoxEligibleOffer

Overloads:



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

def self.new: (condition: String, fulfillment_channel: String, offer_count: Integer) -> Peddler::Notifications::AnyOfferChanged::NumberOfBuyBoxEligibleOffer
| (String, String, Integer) -> Peddler::Notifications::AnyOfferChanged::NumberOfBuyBoxEligibleOffer

.parsePeddler::Notifications::AnyOfferChanged::NumberOfBuyBoxEligibleOffer

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :condition, :fulfillment_channel, :offer_count ]

Returns:

  • ([ :condition, :fulfillment_channel, :offer_count ])


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

def members: () -> [ :condition, :fulfillment_channel, :offer_count ]

#to_h{ condition: String, fulfillment_channel: String, offer_count: Integer }

Returns:

  • ({ condition: String, fulfillment_channel: String, offer_count: Integer })


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

def to_h: () -> { condition: String, fulfillment_channel: String, offer_count: Integer }