Class: Peddler::Notifications::AnyOfferChanged::NumberOfBuyBoxEligibleOffer
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::AnyOfferChanged::NumberOfBuyBoxEligibleOffer
- Defined in:
- sig/peddler/notifications/any_offer_changed.rbs
Instance Attribute Summary collapse
-
#condition ⇒ String
readonly
Returns the value of attribute condition.
-
#fulfillment_channel ⇒ String
readonly
Returns the value of attribute fulfillment_channel.
-
#offer_count ⇒ Integer
readonly
Returns the value of attribute offer_count.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :condition, :fulfillment_channel, :offer_count ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::AnyOfferChanged::NumberOfBuyBoxEligibleOffer
Instance Method Summary collapse
-
#members ⇒ [ :condition, :fulfillment_channel, :offer_count ]
-
#to_h ⇒ { condition: String, fulfillment_channel: String, offer_count: Integer }
Instance Attribute Details
#condition ⇒ String (readonly)
Returns the value of attribute condition.
95 96 97 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 95 def condition @condition end |
#fulfillment_channel ⇒ String (readonly)
Returns the value of attribute fulfillment_channel.
96 97 98 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 96 def fulfillment_channel @fulfillment_channel end |
#offer_count ⇒ Integer (readonly)
Returns the value of attribute offer_count.
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
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 ]
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
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
|
.parse ⇒ Peddler::Notifications::AnyOfferChanged::NumberOfBuyBoxEligibleOffer
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 ]
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 }
100 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 100
def to_h: () -> { condition: String, fulfillment_channel: String, offer_count: Integer }
|