Class: Peddler::Notifications::AnyOfferChanged::NumberOfOffer
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::AnyOfferChanged::NumberOfOffer
- 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::NumberOfOffer
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.
113 114 115 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 113 def condition @condition end |
#fulfillment_channel ⇒ String (readonly)
Returns the value of attribute fulfillment_channel.
114 115 116 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 114 def fulfillment_channel @fulfillment_channel end |
#offer_count ⇒ Integer (readonly)
Returns the value of attribute offer_count.
115 116 117 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 115 def offer_count @offer_count end |
Class Method Details
.[](condition:, fulfillment_channel:, offer_count:) ⇒ Peddler::Notifications::AnyOfferChanged::NumberOfOffer .[](arg0, arg1, arg2) ⇒ Peddler::Notifications::AnyOfferChanged::NumberOfOffer
106 107 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 106
def self.[]: (condition: String, fulfillment_channel: String, offer_count: Integer) -> Peddler::Notifications::AnyOfferChanged::NumberOfOffer
| (String, String, Integer) -> Peddler::Notifications::AnyOfferChanged::NumberOfOffer
|
.members ⇒ [ :condition, :fulfillment_channel, :offer_count ]
109 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 109
def self.members: () -> [ :condition, :fulfillment_channel, :offer_count ]
|
.new(condition:, fulfillment_channel:, offer_count:) ⇒ Peddler::Notifications::AnyOfferChanged::NumberOfOffer .new(arg0, arg1, arg2) ⇒ Peddler::Notifications::AnyOfferChanged::NumberOfOffer
104 105 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 104
def self.new: (condition: String, fulfillment_channel: String, offer_count: Integer) -> Peddler::Notifications::AnyOfferChanged::NumberOfOffer
| (String, String, Integer) -> Peddler::Notifications::AnyOfferChanged::NumberOfOffer
|
.parse ⇒ Peddler::Notifications::AnyOfferChanged::NumberOfOffer
111 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 111
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::AnyOfferChanged::NumberOfOffer
|
Instance Method Details
#members ⇒ [ :condition, :fulfillment_channel, :offer_count ]
117 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 117
def members: () -> [ :condition, :fulfillment_channel, :offer_count ]
|
#to_h ⇒ { condition: String, fulfillment_channel: String, offer_count: Integer }
118 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 118
def to_h: () -> { condition: String, fulfillment_channel: String, offer_count: Integer }
|