Class: Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#shipmentsPeddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusInfo? (readonly)

Returns the value of attribute shipments.



212
213
214
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 212

def shipments
  @shipments
end

Class Method Details

.[](shipments:) ⇒ Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusResponse .[](arg0) ⇒ Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusResponse



205
206
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 205

def self.[]: (?shipments: Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusInfo?) -> Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusResponse
| (Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusInfo?) -> Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusResponse

.members[ :shipments ]

Returns:

  • ([ :shipments ])


208
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 208

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

.new(shipments:) ⇒ Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusResponse .new(arg0) ⇒ Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusResponse



203
204
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 203

def self.new: (?shipments: Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusInfo?) -> Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusResponse
| (Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusInfo?) -> Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusResponse

.parsePeddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusResponse

Parameters:

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

Returns:



210
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 210

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

Instance Method Details

#members[ :shipments ]

Returns:

  • ([ :shipments ])


214
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 214

def members: () -> [ :shipments ]

#to_h{ shipments: Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusInfo? }



215
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 215

def to_h: () -> { shipments: Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusInfo? }