Class: Peddler::APIs::ProductFeesV0::Points
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductFeesV0::Points
- Defined in:
- sig/peddler/apis/product_fees_v0.rbs
Instance Attribute Summary collapse
-
#points_monetary_value ⇒ Peddler::Money?
readonly
Returns the value of attribute points_monetary_value.
-
#points_number ⇒ Integer?
readonly
Returns the value of attribute points_number.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :points_monetary_value, :points_number ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductFeesV0::Points
Instance Method Summary collapse
-
#members ⇒ [ :points_monetary_value, :points_number ]
-
#to_h ⇒ { points_monetary_value: Peddler::Money?, points_number: Integer? }
Instance Attribute Details
#points_monetary_value ⇒ Peddler::Money? (readonly)
Returns the value of attribute points_monetary_value.
281 282 283 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 281 def points_monetary_value @points_monetary_value end |
#points_number ⇒ Integer? (readonly)
Returns the value of attribute points_number.
282 283 284 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 282 def points_number @points_number end |
Class Method Details
.[](points_monetary_value:, points_number:) ⇒ Peddler::APIs::ProductFeesV0::Points .[](arg0, arg1) ⇒ Peddler::APIs::ProductFeesV0::Points
274 275 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 274
def self.[]: (?points_monetary_value: Peddler::Money?, ?points_number: Integer?) -> Peddler::APIs::ProductFeesV0::Points
| (Peddler::Money?, Integer?) -> Peddler::APIs::ProductFeesV0::Points
|
.members ⇒ [ :points_monetary_value, :points_number ]
277 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 277
def self.members: () -> [ :points_monetary_value, :points_number ]
|
.new(points_monetary_value:, points_number:) ⇒ Peddler::APIs::ProductFeesV0::Points .new(arg0, arg1) ⇒ Peddler::APIs::ProductFeesV0::Points
272 273 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 272
def self.new: (?points_monetary_value: Peddler::Money?, ?points_number: Integer?) -> Peddler::APIs::ProductFeesV0::Points
| (Peddler::Money?, Integer?) -> Peddler::APIs::ProductFeesV0::Points
|
.parse ⇒ Peddler::APIs::ProductFeesV0::Points
279 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 279
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductFeesV0::Points
|
Instance Method Details
#members ⇒ [ :points_monetary_value, :points_number ]
284 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 284
def members: () -> [ :points_monetary_value, :points_number ]
|
#to_h ⇒ { points_monetary_value: Peddler::Money?, points_number: Integer? }
285 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 285
def to_h: () -> { points_monetary_value: Peddler::Money?, points_number: Integer? }
|