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.
807 808 809 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 807 def invoice @invoice end |
#p_slip ⇒ Peddler::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 ]
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
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentRequirements
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 ]
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 }
|