Class: Peddler::Notifications::BrandedItemContentChange::Payload

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#asinString (readonly)

Returns the value of attribute asin.

Returns:

  • (String)


35
36
37
# File 'sig/peddler/notifications/branded_item_content_change.rbs', line 35

def asin
  @asin
end

#attributes_changedArray[String] (readonly)

Returns the value of attribute attributes_changed.

Returns:

  • (Array[String])


36
37
38
# File 'sig/peddler/notifications/branded_item_content_change.rbs', line 36

def attributes_changed
  @attributes_changed
end

#brand_nameString (readonly)

Returns the value of attribute brand_name.

Returns:

  • (String)


37
38
39
# File 'sig/peddler/notifications/branded_item_content_change.rbs', line 37

def brand_name
  @brand_name
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::Notifications::BrandedItemContentChange::Payload

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:

  • ({ 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 }