Class: Peddler::APIs::VendorDirectFulfillmentInventoryV1::InventoryUpdate

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#full_updateBoolean (readonly)

Returns the value of attribute full_update.

Returns:

  • (Boolean)


36
37
38
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 36

def full_update
  @full_update
end

#itemsArray[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_partyPeddler::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 ]

Returns:

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

.parsePeddler::APIs::VendorDirectFulfillmentInventoryV1::InventoryUpdate

Parameters:

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

Returns:



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

Returns:

  • (Boolean)


40
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 40

def full_update?: () -> bool

#members[ :full_update, :items, :selling_party ]

Returns:

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