Class: Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger
- Defined in:
- sig/peddler/notifications/b2b_any_offer_changed.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String
readonly
Returns the value of attribute asin.
-
#item_condition ⇒ String
readonly
Returns the value of attribute item_condition.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#time_of_offer_change ⇒ String
readonly
Returns the value of attribute time_of_offer_change.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :item_condition, :marketplace_id, :time_of_offer_change ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger
Instance Method Summary collapse
-
#members ⇒ [ :asin, :item_condition, :marketplace_id, :time_of_offer_change ]
-
#to_h ⇒ { asin: String, item_condition: String, marketplace_id: String, time_of_offer_change: String }
Instance Attribute Details
#asin ⇒ String (readonly)
Returns the value of attribute asin.
153 154 155 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 153 def asin @asin end |
#item_condition ⇒ String (readonly)
Returns the value of attribute item_condition.
154 155 156 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 154 def item_condition @item_condition end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
155 156 157 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 155 def marketplace_id @marketplace_id end |
#time_of_offer_change ⇒ String (readonly)
Returns the value of attribute time_of_offer_change.
156 157 158 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 156 def time_of_offer_change @time_of_offer_change end |
Class Method Details
.[](asin:, item_condition:, marketplace_id:, time_of_offer_change:) ⇒ Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger .[](arg0, arg1, arg2, arg3) ⇒ Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger
146 147 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 146
def self.[]: (asin: String, item_condition: String, marketplace_id: String, time_of_offer_change: String) -> Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger
| (String, String, String, String) -> Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger
|
.members ⇒ [ :asin, :item_condition, :marketplace_id, :time_of_offer_change ]
149 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 149
def self.members: () -> [ :asin, :item_condition, :marketplace_id, :time_of_offer_change ]
|
.new(asin:, item_condition:, marketplace_id:, time_of_offer_change:) ⇒ Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger .new(arg0, arg1, arg2, arg3) ⇒ Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger
144 145 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 144
def self.new: (asin: String, item_condition: String, marketplace_id: String, time_of_offer_change: String) -> Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger
| (String, String, String, String) -> Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger
|
.parse ⇒ Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger
151 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 151
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::B2BAnyOfferChanged::OfferChangeTrigger
|
Instance Method Details
#members ⇒ [ :asin, :item_condition, :marketplace_id, :time_of_offer_change ]
158 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 158
def members: () -> [ :asin, :item_condition, :marketplace_id, :time_of_offer_change ]
|
#to_h ⇒ { asin: String, item_condition: String, marketplace_id: String, time_of_offer_change: String }
159 |
# File 'sig/peddler/notifications/b2b_any_offer_changed.rbs', line 159
def to_h: () -> { asin: String, item_condition: String, marketplace_id: String, time_of_offer_change: String }
|