Class: Peddler::Notifications::AnyOfferChanged::LowestPrice

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#conditionString (readonly)

Returns the value of attribute condition.

Returns:

  • (String)


53
54
55
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 53

def condition
  @condition
end

#fulfillment_channelString (readonly)

Returns the value of attribute fulfillment_channel.

Returns:

  • (String)


54
55
56
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 54

def fulfillment_channel
  @fulfillment_channel
end

#landed_pricePeddler::Money (readonly)

Returns the value of attribute landed_price.

Returns:



55
56
57
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 55

def landed_price
  @landed_price
end

#listing_pricePeddler::Money (readonly)

Returns the value of attribute listing_price.

Returns:



56
57
58
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 56

def listing_price
  @listing_price
end

#pointsPeddler::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

#shippingPeddler::Money (readonly)

Returns the value of attribute shipping.

Returns:



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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::Notifications::AnyOfferChanged::LowestPrice

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:



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 }