Class: Peddler::Notifications::PricingHealth::OfferCount
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::PricingHealth::OfferCount
- Defined in:
- sig/peddler/notifications/pricing_health.rbs
Instance Attribute Summary collapse
-
#condition ⇒ String
readonly
Returns the value of attribute condition.
-
#fulfillment_type ⇒ String
readonly
Returns the value of attribute fulfillment_type.
-
#offer_count ⇒ Integer
readonly
Returns the value of attribute offer_count.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :condition, :fulfillment_type, :offer_count ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::PricingHealth::OfferCount
Instance Method Summary collapse
-
#members ⇒ [ :condition, :fulfillment_type, :offer_count ]
-
#to_h ⇒ { condition: String, fulfillment_type: String, offer_count: Integer }
Instance Attribute Details
#condition ⇒ String (readonly)
Returns the value of attribute condition.
114 115 116 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 114 def condition @condition end |
#fulfillment_type ⇒ String (readonly)
Returns the value of attribute fulfillment_type.
115 116 117 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 115 def fulfillment_type @fulfillment_type end |
#offer_count ⇒ Integer (readonly)
Returns the value of attribute offer_count.
116 117 118 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 116 def offer_count @offer_count end |
Class Method Details
.[](condition:, fulfillment_type:, offer_count:) ⇒ Peddler::Notifications::PricingHealth::OfferCount .[](arg0, arg1, arg2) ⇒ Peddler::Notifications::PricingHealth::OfferCount
107 108 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 107
def self.[]: (condition: String, fulfillment_type: String, offer_count: Integer) -> Peddler::Notifications::PricingHealth::OfferCount
| (String, String, Integer) -> Peddler::Notifications::PricingHealth::OfferCount
|
.members ⇒ [ :condition, :fulfillment_type, :offer_count ]
110 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 110
def self.members: () -> [ :condition, :fulfillment_type, :offer_count ]
|
.new(condition:, fulfillment_type:, offer_count:) ⇒ Peddler::Notifications::PricingHealth::OfferCount .new(arg0, arg1, arg2) ⇒ Peddler::Notifications::PricingHealth::OfferCount
105 106 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 105
def self.new: (condition: String, fulfillment_type: String, offer_count: Integer) -> Peddler::Notifications::PricingHealth::OfferCount
| (String, String, Integer) -> Peddler::Notifications::PricingHealth::OfferCount
|
.parse ⇒ Peddler::Notifications::PricingHealth::OfferCount
112 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 112
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::PricingHealth::OfferCount
|
Instance Method Details
#members ⇒ [ :condition, :fulfillment_type, :offer_count ]
118 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 118
def members: () -> [ :condition, :fulfillment_type, :offer_count ]
|
#to_h ⇒ { condition: String, fulfillment_type: String, offer_count: Integer }
119 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 119
def to_h: () -> { condition: String, fulfillment_type: String, offer_count: Integer }
|