Class: Peddler::Notifications::BrandedItemContentChange::Payload
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::BrandedItemContentChange::Payload
- Defined in:
- sig/peddler/notifications/branded_item_content_change.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String
readonly
Returns the value of attribute asin.
-
#attributes_changed ⇒ Array[String]
readonly
Returns the value of attribute attributes_changed.
-
#brand_name ⇒ String
readonly
Returns the value of attribute brand_name.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :attributes_changed, :brand_name, :marketplace_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::BrandedItemContentChange::Payload
Instance Method Summary collapse
-
#members ⇒ [ :asin, :attributes_changed, :brand_name, :marketplace_id ]
-
#to_h ⇒ { asin: String, attributes_changed: Array[String], brand_name: String, marketplace_id: String }
Instance Attribute Details
#asin ⇒ String (readonly)
Returns the value of attribute asin.
35 36 37 |
# File 'sig/peddler/notifications/branded_item_content_change.rbs', line 35 def asin @asin end |
#attributes_changed ⇒ Array[String] (readonly)
Returns the value of attribute attributes_changed.
36 37 38 |
# File 'sig/peddler/notifications/branded_item_content_change.rbs', line 36 def attributes_changed @attributes_changed end |
#brand_name ⇒ String (readonly)
Returns the value of attribute brand_name.
37 38 39 |
# File 'sig/peddler/notifications/branded_item_content_change.rbs', line 37 def brand_name @brand_name end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
38 39 40 |
# File 'sig/peddler/notifications/branded_item_content_change.rbs', line 38 def marketplace_id @marketplace_id end |
Class Method Details
.[](asin:, attributes_changed:, brand_name:, marketplace_id:) ⇒ Peddler::Notifications::BrandedItemContentChange::Payload .[](arg0, arg1, arg2, arg3) ⇒ Peddler::Notifications::BrandedItemContentChange::Payload
28 29 |
# File 'sig/peddler/notifications/branded_item_content_change.rbs', line 28
def self.[]: (asin: String, attributes_changed: Array[String], brand_name: String, marketplace_id: String) -> Peddler::Notifications::BrandedItemContentChange::Payload
| (String, Array[String], String, String) -> Peddler::Notifications::BrandedItemContentChange::Payload
|
.members ⇒ [ :asin, :attributes_changed, :brand_name, :marketplace_id ]
31 |
# File 'sig/peddler/notifications/branded_item_content_change.rbs', line 31
def self.members: () -> [ :asin, :attributes_changed, :brand_name, :marketplace_id ]
|
.new(asin:, attributes_changed:, brand_name:, marketplace_id:) ⇒ Peddler::Notifications::BrandedItemContentChange::Payload .new(arg0, arg1, arg2, arg3) ⇒ Peddler::Notifications::BrandedItemContentChange::Payload
26 27 |
# File 'sig/peddler/notifications/branded_item_content_change.rbs', line 26
def self.new: (asin: String, attributes_changed: Array[String], brand_name: String, marketplace_id: String) -> Peddler::Notifications::BrandedItemContentChange::Payload
| (String, Array[String], String, String) -> Peddler::Notifications::BrandedItemContentChange::Payload
|
.parse ⇒ Peddler::Notifications::BrandedItemContentChange::Payload
33 |
# File 'sig/peddler/notifications/branded_item_content_change.rbs', line 33
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::BrandedItemContentChange::Payload
|
Instance Method Details
#members ⇒ [ :asin, :attributes_changed, :brand_name, :marketplace_id ]
40 |
# File 'sig/peddler/notifications/branded_item_content_change.rbs', line 40
def members: () -> [ :asin, :attributes_changed, :brand_name, :marketplace_id ]
|
#to_h ⇒ { asin: String, attributes_changed: Array[String], brand_name: String, marketplace_id: String }
41 |
# File 'sig/peddler/notifications/branded_item_content_change.rbs', line 41
def to_h: () -> { asin: String, attributes_changed: Array[String], brand_name: String, marketplace_id: String }
|