Class: Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification

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

#party_idString (readonly)

Returns the value of attribute party_id.

Returns:

  • (String)


92
93
94
# File 'sig/peddler/apis/vendor_direct_fulfillment_inventory_v1.rbs', line 92

def party_id
  @party_id
end

Class Method Details

.[](party_id:) ⇒ Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification .[](arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification



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

def self.[]: (party_id: String) -> Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification
| (String) -> Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification

.members[ :party_id ]

Returns:

  • ([ :party_id ])


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

def self.members: () -> [ :party_id ]

.new(party_id:) ⇒ Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification .new(arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification



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

def self.new: (party_id: String) -> Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification
| (String) -> Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification

.parsePeddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification

Parameters:

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

Returns:



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

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentInventoryV1::PartyIdentification

Instance Method Details

#members[ :party_id ]

Returns:

  • ([ :party_id ])


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

def members: () -> [ :party_id ]

#to_h{ party_id: String }

Returns:

  • ({ party_id: String })


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

def to_h: () -> { party_id: String }