Class: Peddler::Notifications::FBAInventoryAvailabilityChange::Payload
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::FBAInventoryAvailabilityChange::Payload
- Defined in:
- sig/peddler/notifications/fba_inventory_availability_change.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String
readonly
Returns the value of attribute asin.
-
#fn_sku ⇒ String
readonly
Returns the value of attribute fn_sku.
-
#fulfillment_inventory_by_marketplace ⇒ Array[untyped]
readonly
Returns the value of attribute fulfillment_inventory_by_marketplace.
-
#seller_id ⇒ String
readonly
Returns the value of attribute seller_id.
-
#sku ⇒ String
readonly
Returns the value of attribute sku.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :fn_sku, :fulfillment_inventory_by_marketplace, :sku, :seller_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::FBAInventoryAvailabilityChange::Payload
Instance Method Summary collapse
-
#members ⇒ [ :asin, :fn_sku, :fulfillment_inventory_by_marketplace, :sku, :seller_id ]
-
#to_h ⇒ { asin: String, fn_sku: String, fulfillment_inventory_by_marketplace: Array[untyped], sku: String, seller_id: String }
Instance Attribute Details
#asin ⇒ String (readonly)
Returns the value of attribute asin.
34 35 36 |
# File 'sig/peddler/notifications/fba_inventory_availability_change.rbs', line 34 def asin @asin end |
#fn_sku ⇒ String (readonly)
Returns the value of attribute fn_sku.
35 36 37 |
# File 'sig/peddler/notifications/fba_inventory_availability_change.rbs', line 35 def fn_sku @fn_sku end |
#fulfillment_inventory_by_marketplace ⇒ Array[untyped] (readonly)
Returns the value of attribute fulfillment_inventory_by_marketplace.
36 37 38 |
# File 'sig/peddler/notifications/fba_inventory_availability_change.rbs', line 36 def fulfillment_inventory_by_marketplace @fulfillment_inventory_by_marketplace end |
#seller_id ⇒ String (readonly)
Returns the value of attribute seller_id.
37 38 39 |
# File 'sig/peddler/notifications/fba_inventory_availability_change.rbs', line 37 def seller_id @seller_id end |
#sku ⇒ String (readonly)
Returns the value of attribute sku.
38 39 40 |
# File 'sig/peddler/notifications/fba_inventory_availability_change.rbs', line 38 def sku @sku end |
Class Method Details
.[](asin:, fn_sku:, fulfillment_inventory_by_marketplace:, sku:, seller_id:) ⇒ Peddler::Notifications::FBAInventoryAvailabilityChange::Payload .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Notifications::FBAInventoryAvailabilityChange::Payload
27 28 |
# File 'sig/peddler/notifications/fba_inventory_availability_change.rbs', line 27
def self.[]: (asin: String, fn_sku: String, fulfillment_inventory_by_marketplace: Array[untyped], sku: String, seller_id: String) -> Peddler::Notifications::FBAInventoryAvailabilityChange::Payload
| (String, String, Array[untyped], String, String) -> Peddler::Notifications::FBAInventoryAvailabilityChange::Payload
|
.members ⇒ [ :asin, :fn_sku, :fulfillment_inventory_by_marketplace, :sku, :seller_id ]
30 |
# File 'sig/peddler/notifications/fba_inventory_availability_change.rbs', line 30
def self.members: () -> [ :asin, :fn_sku, :fulfillment_inventory_by_marketplace, :sku, :seller_id ]
|
.new(asin:, fn_sku:, fulfillment_inventory_by_marketplace:, sku:, seller_id:) ⇒ Peddler::Notifications::FBAInventoryAvailabilityChange::Payload .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Notifications::FBAInventoryAvailabilityChange::Payload
25 26 |
# File 'sig/peddler/notifications/fba_inventory_availability_change.rbs', line 25
def self.new: (asin: String, fn_sku: String, fulfillment_inventory_by_marketplace: Array[untyped], sku: String, seller_id: String) -> Peddler::Notifications::FBAInventoryAvailabilityChange::Payload
| (String, String, Array[untyped], String, String) -> Peddler::Notifications::FBAInventoryAvailabilityChange::Payload
|
.parse ⇒ Peddler::Notifications::FBAInventoryAvailabilityChange::Payload
32 |
# File 'sig/peddler/notifications/fba_inventory_availability_change.rbs', line 32
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::FBAInventoryAvailabilityChange::Payload
|
Instance Method Details
#members ⇒ [ :asin, :fn_sku, :fulfillment_inventory_by_marketplace, :sku, :seller_id ]
40 |
# File 'sig/peddler/notifications/fba_inventory_availability_change.rbs', line 40
def members: () -> [ :asin, :fn_sku, :fulfillment_inventory_by_marketplace, :sku, :seller_id ]
|
#to_h ⇒ { asin: String, fn_sku: String, fulfillment_inventory_by_marketplace: Array[untyped], sku: String, seller_id: String }
41 |
# File 'sig/peddler/notifications/fba_inventory_availability_change.rbs', line 41
def to_h: () -> { asin: String, fn_sku: String, fulfillment_inventory_by_marketplace: Array[untyped], sku: String, seller_id: String }
|