Class: Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPrice
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPrice
- Defined in:
- sig/peddler/apis/product_pricing_2022_05_01.rbs
Instance Attribute Summary collapse
-
#listing_price ⇒ Peddler::Money
readonly
Returns the value of attribute listing_price.
-
#points ⇒ Peddler::APIs::ProductPricing20220501::Points?
readonly
Returns the value of attribute points.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :listing_price, :points ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPrice
Instance Method Summary collapse
-
#members ⇒ [ :listing_price, :points ]
-
#to_h ⇒ { listing_price: Peddler::Money, points: Peddler::APIs::ProductPricing20220501::Points? }
Instance Attribute Details
#listing_price ⇒ Peddler::Money (readonly)
Returns the value of attribute listing_price.
240 241 242 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 240 def listing_price @listing_price end |
#points ⇒ Peddler::APIs::ProductPricing20220501::Points? (readonly)
Returns the value of attribute points.
241 242 243 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 241 def points @points end |
Class Method Details
.[](listing_price:, points:) ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPrice .[](arg0, arg1) ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPrice
233 234 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 233
def self.[]: (listing_price: Peddler::Money, ?points: Peddler::APIs::ProductPricing20220501::Points?) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPrice
| (Peddler::Money, Peddler::APIs::ProductPricing20220501::Points?) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPrice
|
.members ⇒ [ :listing_price, :points ]
236 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 236
def self.members: () -> [ :listing_price, :points ]
|
.new(listing_price:, points:) ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPrice .new(arg0, arg1) ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPrice
231 232 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 231
def self.new: (listing_price: Peddler::Money, ?points: Peddler::APIs::ProductPricing20220501::Points?) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPrice
| (Peddler::Money, Peddler::APIs::ProductPricing20220501::Points?) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPrice
|
.parse ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPrice
238 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 238
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPrice
|
Instance Method Details
#members ⇒ [ :listing_price, :points ]
243 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 243
def members: () -> [ :listing_price, :points ]
|
#to_h ⇒ { listing_price: Peddler::Money, points: Peddler::APIs::ProductPricing20220501::Points? }
244 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 244
def to_h: () -> { listing_price: Peddler::Money, points: Peddler::APIs::ProductPricing20220501::Points? }
|