Class: Peddler::APIs::VendorDirectFulfillmentInventoryV1::InventoryUpdate
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentInventoryV1::InventoryUpdate
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs
Instance Attribute Summary collapse
-
#full_update ⇒ Boolean
readonly
Returns the value of attribute full_update.
-
#items ⇒ Array[Peddler::APIs::VendorDirectFulfillmentInventoryV1::ItemDetails]
readonly
Returns the value of attribute items.
-
#selling_party ⇒ Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification
readonly
Returns the value of attribute selling_party.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :full_update, :items, :selling_party ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentInventoryV1::InventoryUpdate
Instance Method Summary collapse
-
#full_update? ⇒ Boolean
-
#members ⇒ [ :full_update, :items, :selling_party ]
-
#to_h ⇒ { full_update: bool, items: Array[Peddler::APIs::VendorDirectFulfillmentInventoryV1::ItemDetails], selling_party: Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification }
Instance Attribute Details
#full_update ⇒ Boolean (readonly)
Returns the value of attribute full_update.
36 37 38 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 36 def full_update @full_update end |
#items ⇒ Array[Peddler::APIs::VendorDirectFulfillmentInventoryV1::ItemDetails] (readonly)
Returns the value of attribute items.
37 38 39 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 37 def items @items end |
#selling_party ⇒ Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification (readonly)
Returns the value of attribute selling_party.
38 39 40 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 38 def selling_party @selling_party end |
Class Method Details
.[](full_update:, items:, selling_party:) ⇒ Peddler::APIs::VendorDirectFulfillmentInventoryV1::InventoryUpdate .[](arg0, arg1, arg2) ⇒ Peddler::APIs::VendorDirectFulfillmentInventoryV1::InventoryUpdate
29 30 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 29
def self.[]: (full_update: bool, items: Array[Peddler::APIs::VendorDirectFulfillmentInventoryV1::ItemDetails], selling_party: Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification) -> Peddler::APIs::VendorDirectFulfillmentInventoryV1::InventoryUpdate
| (bool, Array[Peddler::APIs::VendorDirectFulfillmentInventoryV1::ItemDetails], Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification) -> Peddler::APIs::VendorDirectFulfillmentInventoryV1::InventoryUpdate
|
.members ⇒ [ :full_update, :items, :selling_party ]
32 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 32
def self.members: () -> [ :full_update, :items, :selling_party ]
|
.new(full_update:, items:, selling_party:) ⇒ Peddler::APIs::VendorDirectFulfillmentInventoryV1::InventoryUpdate .new(arg0, arg1, arg2) ⇒ Peddler::APIs::VendorDirectFulfillmentInventoryV1::InventoryUpdate
27 28 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 27
def self.new: (full_update: bool, items: Array[Peddler::APIs::VendorDirectFulfillmentInventoryV1::ItemDetails], selling_party: Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification) -> Peddler::APIs::VendorDirectFulfillmentInventoryV1::InventoryUpdate
| (bool, Array[Peddler::APIs::VendorDirectFulfillmentInventoryV1::ItemDetails], Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification) -> Peddler::APIs::VendorDirectFulfillmentInventoryV1::InventoryUpdate
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentInventoryV1::InventoryUpdate
34 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 34
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentInventoryV1::InventoryUpdate
|
Instance Method Details
#full_update? ⇒ Boolean
40 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 40
def full_update?: () -> bool
|
#members ⇒ [ :full_update, :items, :selling_party ]
41 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 41
def members: () -> [ :full_update, :items, :selling_party ]
|
#to_h ⇒ { full_update: bool, items: Array[Peddler::APIs::VendorDirectFulfillmentInventoryV1::ItemDetails], selling_party: Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification }
42 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 42
def to_h: () -> { full_update: bool, items: Array[Peddler::APIs::VendorDirectFulfillmentInventoryV1::ItemDetails], selling_party: Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification }
|