Class: Peddler::Notifications::B2BAnyOfferChanged::OfferCount
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::B2BAnyOfferChanged::OfferCount
- Defined in:
- sig/peddler/notifications/b2b_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::B2BAnyOfferChanged::OfferCount
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.
172 173 174 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 172 def condition @condition end |
#fulfillment_channel ⇒ String (readonly)
Returns the value of attribute fulfillment_channel.
173 174 175 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 173 def fulfillment_channel @fulfillment_channel end |
#offer_count ⇒ Integer? (readonly)
Returns the value of attribute offer_count.
174 175 176 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 174 def offer_count @offer_count end |
Class Method Details
.[](condition:, fulfillment_channel:, offer_count:) ⇒ Peddler::Notifications::B2BAnyOfferChanged::OfferCount .[](arg0, arg1, arg2) ⇒ Peddler::Notifications::B2BAnyOfferChanged::OfferCount
165 166 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 165
def self.[]: (condition: String, fulfillment_channel: String, ?offer_count: Integer?) -> Peddler::Notifications::B2BAnyOfferChanged::OfferCount
| (String, String, Integer?) -> Peddler::Notifications::B2BAnyOfferChanged::OfferCount
|
.members ⇒ [ :condition, :fulfillment_channel, :offer_count ]
168 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 168
def self.members: () -> [ :condition, :fulfillment_channel, :offer_count ]
|
.new(condition:, fulfillment_channel:, offer_count:) ⇒ Peddler::Notifications::B2BAnyOfferChanged::OfferCount .new(arg0, arg1, arg2) ⇒ Peddler::Notifications::B2BAnyOfferChanged::OfferCount
163 164 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 163
def self.new: (condition: String, fulfillment_channel: String, ?offer_count: Integer?) -> Peddler::Notifications::B2BAnyOfferChanged::OfferCount
| (String, String, Integer?) -> Peddler::Notifications::B2BAnyOfferChanged::OfferCount
|
.parse ⇒ Peddler::Notifications::B2BAnyOfferChanged::OfferCount
170 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 170
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::B2BAnyOfferChanged::OfferCount
|
Instance Method Details
#members ⇒ [ :condition, :fulfillment_channel, :offer_count ]
176 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 176
def members: () -> [ :condition, :fulfillment_channel, :offer_count ]
|
#to_h ⇒ { condition: String, fulfillment_channel: String, offer_count: Integer? }
177 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 177
def to_h: () -> { condition: String, fulfillment_channel: String, offer_count: Integer? }
|