Class: Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#invoicePeddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement (readonly)

Returns the value of attribute invoice.



807
808
809
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 807

def invoice
  @invoice
end

#p_slipPeddler::APIs::ExternalFulfillmentShipments20240911::PackingSlipRequirement (readonly)

Returns the value of attribute p_slip.



808
809
810
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 808

def p_slip
  @p_slip
end

Class Method Details

.[](invoice:, p_slip:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements .[](arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements



800
801
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 800

def self.[]: (invoice: Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement, p_slip: Peddler::APIs::ExternalFulfillmentShipments20240911::PackingSlipRequirement) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements
| (Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement, Peddler::APIs::ExternalFulfillmentShipments20240911::PackingSlipRequirement) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements

.members[ :invoice, :p_slip ]

Returns:

  • ([ :invoice, :p_slip ])


803
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 803

def self.members: () -> [ :invoice, :p_slip ]

.new(invoice:, p_slip:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements .new(arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements



798
799
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 798

def self.new: (invoice: Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement, p_slip: Peddler::APIs::ExternalFulfillmentShipments20240911::PackingSlipRequirement) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements
| (Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement, Peddler::APIs::ExternalFulfillmentShipments20240911::PackingSlipRequirement) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements

.parsePeddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements

Parameters:

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

Returns:



805
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 805

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

Instance Method Details

#members[ :invoice, :p_slip ]

Returns:

  • ([ :invoice, :p_slip ])


810
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 810

def members: () -> [ :invoice, :p_slip ]

#to_h{ invoice: Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement, p_slip: Peddler::APIs::ExternalFulfillmentShipments20240911::PackingSlipRequirement }



811
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 811

def to_h: () -> { invoice: Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement, p_slip: Peddler::APIs::ExternalFulfillmentShipments20240911::PackingSlipRequirement }