Class: Peddler::Notifications::AnyOfferChanged::BuyBoxPrice
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::AnyOfferChanged::BuyBoxPrice
- Defined in:
- sig/peddler/notifications/any_offer_changed.rbs
Instance Attribute Summary collapse
-
#condition ⇒ String
readonly
Returns the value of attribute condition.
-
#landed_price ⇒ Peddler::Money
readonly
Returns the value of attribute landed_price.
-
#listing_price ⇒ Peddler::Money
readonly
Returns the value of attribute listing_price.
-
#points ⇒ Peddler::Notifications::AnyOfferChanged::Points
readonly
Returns the value of attribute points.
-
#shipping ⇒ Peddler::Money
readonly
Returns the value of attribute shipping.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :condition, :landed_price, :listing_price, :points, :shipping ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::AnyOfferChanged::BuyBoxPrice
Instance Method Summary collapse
-
#members ⇒ [ :condition, :landed_price, :listing_price, :points, :shipping ]
-
#to_h ⇒ { condition: String, landed_price: Peddler::Money, listing_price: Peddler::Money, points: Peddler::Notifications::AnyOfferChanged::Points, shipping: Peddler::Money }
Instance Attribute Details
#condition ⇒ String (readonly)
Returns the value of attribute condition.
33 34 35 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 33 def condition @condition end |
#landed_price ⇒ Peddler::Money (readonly)
Returns the value of attribute landed_price.
34 35 36 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 34 def landed_price @landed_price end |
#listing_price ⇒ Peddler::Money (readonly)
Returns the value of attribute listing_price.
35 36 37 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 35 def listing_price @listing_price end |
#points ⇒ Peddler::Notifications::AnyOfferChanged::Points (readonly)
Returns the value of attribute points.
36 37 38 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 36 def points @points end |
#shipping ⇒ Peddler::Money (readonly)
Returns the value of attribute shipping.
37 38 39 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 37 def shipping @shipping end |
Class Method Details
.[](condition:, landed_price:, listing_price:, points:, shipping:) ⇒ Peddler::Notifications::AnyOfferChanged::BuyBoxPrice .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Notifications::AnyOfferChanged::BuyBoxPrice
26 27 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 26
def self.[]: (condition: String, landed_price: Peddler::Money, listing_price: Peddler::Money, points: Peddler::Notifications::AnyOfferChanged::Points, shipping: Peddler::Money) -> Peddler::Notifications::AnyOfferChanged::BuyBoxPrice
| (String, Peddler::Money, Peddler::Money, Peddler::Notifications::AnyOfferChanged::Points, Peddler::Money) -> Peddler::Notifications::AnyOfferChanged::BuyBoxPrice
|
.members ⇒ [ :condition, :landed_price, :listing_price, :points, :shipping ]
29 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 29
def self.members: () -> [ :condition, :landed_price, :listing_price, :points, :shipping ]
|
.new(condition:, landed_price:, listing_price:, points:, shipping:) ⇒ Peddler::Notifications::AnyOfferChanged::BuyBoxPrice .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Notifications::AnyOfferChanged::BuyBoxPrice
24 25 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 24
def self.new: (condition: String, landed_price: Peddler::Money, listing_price: Peddler::Money, points: Peddler::Notifications::AnyOfferChanged::Points, shipping: Peddler::Money) -> Peddler::Notifications::AnyOfferChanged::BuyBoxPrice
| (String, Peddler::Money, Peddler::Money, Peddler::Notifications::AnyOfferChanged::Points, Peddler::Money) -> Peddler::Notifications::AnyOfferChanged::BuyBoxPrice
|
.parse ⇒ Peddler::Notifications::AnyOfferChanged::BuyBoxPrice
31 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 31
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::AnyOfferChanged::BuyBoxPrice
|
Instance Method Details
#members ⇒ [ :condition, :landed_price, :listing_price, :points, :shipping ]
39 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 39
def members: () -> [ :condition, :landed_price, :listing_price, :points, :shipping ]
|
#to_h ⇒ { condition: String, landed_price: Peddler::Money, listing_price: Peddler::Money, points: Peddler::Notifications::AnyOfferChanged::Points, shipping: Peddler::Money }
40 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 40
def to_h: () -> { condition: String, landed_price: Peddler::Money, listing_price: Peddler::Money, points: Peddler::Notifications::AnyOfferChanged::Points, shipping: Peddler::Money }
|