Class: Peddler::Notifications::AnyOfferChanged::OfferChangeTrigger
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::AnyOfferChanged::OfferChangeTrigger
- Defined in:
- sig/peddler/notifications/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.
-
#offer_change_type ⇒ String
readonly
Returns the value of attribute offer_change_type.
-
#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, :offer_change_type, :time_of_offer_change ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::AnyOfferChanged::OfferChangeTrigger
Instance Method Summary collapse
-
#members ⇒ [ :asin, :item_condition, :marketplace_id, :offer_change_type, :time_of_offer_change ]
-
#to_h ⇒ { asin: String, item_condition: String, marketplace_id: String, offer_change_type: String, time_of_offer_change: String }
Instance Attribute Details
#asin ⇒ String (readonly)
Returns the value of attribute asin.
167 168 169 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 167 def asin @asin end |
#item_condition ⇒ String (readonly)
Returns the value of attribute item_condition.
168 169 170 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 168 def item_condition @item_condition end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
169 170 171 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 169 def marketplace_id @marketplace_id end |
#offer_change_type ⇒ String (readonly)
Returns the value of attribute offer_change_type.
170 171 172 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 170 def offer_change_type @offer_change_type end |
#time_of_offer_change ⇒ String (readonly)
Returns the value of attribute time_of_offer_change.
171 172 173 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 171 def time_of_offer_change @time_of_offer_change end |
Class Method Details
.[](asin:, item_condition:, marketplace_id:, offer_change_type:, time_of_offer_change:) ⇒ Peddler::Notifications::AnyOfferChanged::OfferChangeTrigger .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Notifications::AnyOfferChanged::OfferChangeTrigger
160 161 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 160
def self.[]: (asin: String, item_condition: String, marketplace_id: String, offer_change_type: String, time_of_offer_change: String) -> Peddler::Notifications::AnyOfferChanged::OfferChangeTrigger
| (String, String, String, String, String) -> Peddler::Notifications::AnyOfferChanged::OfferChangeTrigger
|
.members ⇒ [ :asin, :item_condition, :marketplace_id, :offer_change_type, :time_of_offer_change ]
163 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 163
def self.members: () -> [ :asin, :item_condition, :marketplace_id, :offer_change_type, :time_of_offer_change ]
|
.new(asin:, item_condition:, marketplace_id:, offer_change_type:, time_of_offer_change:) ⇒ Peddler::Notifications::AnyOfferChanged::OfferChangeTrigger .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Notifications::AnyOfferChanged::OfferChangeTrigger
158 159 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 158
def self.new: (asin: String, item_condition: String, marketplace_id: String, offer_change_type: String, time_of_offer_change: String) -> Peddler::Notifications::AnyOfferChanged::OfferChangeTrigger
| (String, String, String, String, String) -> Peddler::Notifications::AnyOfferChanged::OfferChangeTrigger
|
.parse ⇒ Peddler::Notifications::AnyOfferChanged::OfferChangeTrigger
165 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 165
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::AnyOfferChanged::OfferChangeTrigger
|
Instance Method Details
#members ⇒ [ :asin, :item_condition, :marketplace_id, :offer_change_type, :time_of_offer_change ]
173 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 173
def members: () -> [ :asin, :item_condition, :marketplace_id, :offer_change_type, :time_of_offer_change ]
|
#to_h ⇒ { asin: String, item_condition: String, marketplace_id: String, offer_change_type: String, time_of_offer_change: String }
174 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 174
def to_h: () -> { asin: String, item_condition: String, marketplace_id: String, offer_change_type: String, time_of_offer_change: String }
|