Class: Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements
- Defined in:
- sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs
Instance Attribute Summary collapse
-
#invoice ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement
readonly
Returns the value of attribute invoice.
-
#p_slip ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::PackingSlipRequirement
readonly
Returns the value of attribute p_slip.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :invoice, :p_slip ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements
Instance Method Summary collapse
-
#members ⇒ [ :invoice, :p_slip ]
-
#to_h ⇒ { invoice: Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement, p_slip: Peddler::APIs::ExternalFulfillmentShipments20240911::PackingSlipRequirement }
Instance Attribute Details
#invoice ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement (readonly)
Returns the value of attribute invoice.
863 864 865 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 863 def invoice @invoice end |
#p_slip ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::PackingSlipRequirement (readonly)
Returns the value of attribute p_slip.
864 865 866 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 864 def p_slip @p_slip end |
Class Method Details
.[](invoice:, p_slip:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements .[](arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements
856 857 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 856
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 ]
859 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 859
def self.members: () -> [ :invoice, :p_slip ]
|
.new(invoice:, p_slip:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements .new(arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements
854 855 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 854
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
861 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 861
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements
|
Instance Method Details
#members ⇒ [ :invoice, :p_slip ]
866 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 866
def members: () -> [ :invoice, :p_slip ]
|
#to_h ⇒ { invoice: Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement, p_slip: Peddler::APIs::ExternalFulfillmentShipments20240911::PackingSlipRequirement }
867 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 867
def to_h: () -> { invoice: Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceRequirement, p_slip: Peddler::APIs::ExternalFulfillmentShipments20240911::PackingSlipRequirement }
|