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

#invoice ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement (readonly)

Returns the value of attribute invoice.



919
920
921
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 919

def invoice
  @invoice
end

#p_slip ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::PackingSlipRequirement (readonly)

Returns the value of attribute p_slip.



920
921
922
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 920

def p_slip
  @p_slip
end

Class Method Details

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



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

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 ])


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

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

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



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

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

.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements

Parameters:

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

Returns:



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

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

Instance Method Details

#members ⇒ [ :invoice, :p_slip ]

Returns:

  • ([ :invoice, :p_slip ])


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

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

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



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

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