Class: Peddler::Notifications::AnyOfferChanged::LowestPrice
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::AnyOfferChanged::LowestPrice
- Defined in:
- sig/peddler/notifications/any_offer_changed.rbs
Instance Attribute Summary collapse
-
#condition ⇒ String
readonly
Returns the value of attribute condition.
-
#fulfillment_channel ⇒ String
readonly
Returns the value of attribute fulfillment_channel.
-
#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, :fulfillment_channel, :landed_price, :listing_price, :points, :shipping ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::AnyOfferChanged::LowestPrice
Instance Method Summary collapse
-
#members ⇒ [ :condition, :fulfillment_channel, :landed_price, :listing_price, :points, :shipping ]
-
#to_h ⇒ { condition: String, fulfillment_channel: 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.
53 54 55 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 53 def condition @condition end |
#fulfillment_channel ⇒ String (readonly)
Returns the value of attribute fulfillment_channel.
54 55 56 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 54 def fulfillment_channel @fulfillment_channel end |
#landed_price ⇒ Peddler::Money (readonly)
Returns the value of attribute landed_price.
55 56 57 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 55 def landed_price @landed_price end |
#listing_price ⇒ Peddler::Money (readonly)
Returns the value of attribute listing_price.
56 57 58 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 56 def listing_price @listing_price end |
#points ⇒ Peddler::Notifications::AnyOfferChanged::Points (readonly)
Returns the value of attribute points.
57 58 59 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 57 def points @points end |
#shipping ⇒ Peddler::Money (readonly)
Returns the value of attribute shipping.
58 59 60 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 58 def shipping @shipping end |
Class Method Details
.[](condition:, fulfillment_channel:, landed_price:, listing_price:, points:, shipping:) ⇒ Peddler::Notifications::AnyOfferChanged::LowestPrice .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::AnyOfferChanged::LowestPrice
46 47 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 46
def self.[]: (condition: String, fulfillment_channel: String, landed_price: Peddler::Money, listing_price: Peddler::Money, points: Peddler::Notifications::AnyOfferChanged::Points, shipping: Peddler::Money) -> Peddler::Notifications::AnyOfferChanged::LowestPrice
| (String, String, Peddler::Money, Peddler::Money, Peddler::Notifications::AnyOfferChanged::Points, Peddler::Money) -> Peddler::Notifications::AnyOfferChanged::LowestPrice
|
.members ⇒ [ :condition, :fulfillment_channel, :landed_price, :listing_price, :points, :shipping ]
49 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 49
def self.members: () -> [ :condition, :fulfillment_channel, :landed_price, :listing_price, :points, :shipping ]
|
.new(condition:, fulfillment_channel:, landed_price:, listing_price:, points:, shipping:) ⇒ Peddler::Notifications::AnyOfferChanged::LowestPrice .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::AnyOfferChanged::LowestPrice
44 45 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 44
def self.new: (condition: String, fulfillment_channel: String, landed_price: Peddler::Money, listing_price: Peddler::Money, points: Peddler::Notifications::AnyOfferChanged::Points, shipping: Peddler::Money) -> Peddler::Notifications::AnyOfferChanged::LowestPrice
| (String, String, Peddler::Money, Peddler::Money, Peddler::Notifications::AnyOfferChanged::Points, Peddler::Money) -> Peddler::Notifications::AnyOfferChanged::LowestPrice
|
.parse ⇒ Peddler::Notifications::AnyOfferChanged::LowestPrice
51 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 51
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::AnyOfferChanged::LowestPrice
|
Instance Method Details
#members ⇒ [ :condition, :fulfillment_channel, :landed_price, :listing_price, :points, :shipping ]
60 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 60
def members: () -> [ :condition, :fulfillment_channel, :landed_price, :listing_price, :points, :shipping ]
|
#to_h ⇒ { condition: String, fulfillment_channel: String, landed_price: Peddler::Money, listing_price: Peddler::Money, points: Peddler::Notifications::AnyOfferChanged::Points, shipping: Peddler::Money }
61 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 61
def to_h: () -> { condition: String, fulfillment_channel: String, landed_price: Peddler::Money, listing_price: Peddler::Money, points: Peddler::Notifications::AnyOfferChanged::Points, shipping: Peddler::Money }
|