Class: Peddler::Notifications::PricingHealth::Points
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::PricingHealth::Points
- Defined in:
- sig/peddler/notifications/pricing_health.rbs
Instance Attribute Summary collapse
-
#points_number ⇒ Integer
readonly
Returns the value of attribute points_number.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :points_number ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::PricingHealth::Points
Instance Method Summary collapse
Instance Attribute Details
#points_number ⇒ Integer (readonly)
Returns the value of attribute points_number.
152 153 154 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 152 def points_number @points_number end |
Class Method Details
.[](points_number:) ⇒ Peddler::Notifications::PricingHealth::Points .[](arg0) ⇒ Peddler::Notifications::PricingHealth::Points
145 146 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 145
def self.[]: (points_number: Integer) -> Peddler::Notifications::PricingHealth::Points
| (Integer) -> Peddler::Notifications::PricingHealth::Points
|
.members ⇒ [ :points_number ]
148 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 148
def self.members: () -> [ :points_number ]
|
.new(points_number:) ⇒ Peddler::Notifications::PricingHealth::Points .new(arg0) ⇒ Peddler::Notifications::PricingHealth::Points
143 144 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 143
def self.new: (points_number: Integer) -> Peddler::Notifications::PricingHealth::Points
| (Integer) -> Peddler::Notifications::PricingHealth::Points
|
.parse ⇒ Peddler::Notifications::PricingHealth::Points
150 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 150
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::PricingHealth::Points
|
Instance Method Details
#members ⇒ [ :points_number ]
154 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 154
def members: () -> [ :points_number ]
|
#to_h ⇒ { points_number: Integer }
155 |
# File 'sig/peddler/notifications/pricing_health.rbs', line 155
def to_h: () -> { points_number: Integer }
|