Class: Peddler::Notifications::PricingHealth::Points

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/notifications/pricing_health.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#points_numberInteger (readonly)

Returns the value of attribute points_number.

Returns:

  • (Integer)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::Notifications::PricingHealth::Points

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :points_number ])


154
# File 'sig/peddler/notifications/pricing_health.rbs', line 154

def members: () -> [ :points_number ]

#to_h{ points_number: Integer }

Returns:

  • ({ points_number: Integer })


155
# File 'sig/peddler/notifications/pricing_health.rbs', line 155

def to_h: () -> { points_number: Integer }