Class: Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusResponse
- Defined in:
- sig/peddler/apis/shipment_invoicing_v0.rbs
Instance Attribute Summary collapse
-
#shipments ⇒ Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusInfo?
readonly
Returns the value of attribute shipments.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :shipments ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusResponse
Instance Method Summary collapse
-
#members ⇒ [ :shipments ]
-
#to_h ⇒ { shipments: Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusInfo? }
Instance Attribute Details
#shipments ⇒ Peddler::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 ]
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
|
.parse ⇒ Peddler::APIs::ShipmentInvoicingV0::ShipmentInvoiceStatusResponse
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 ]
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? }
|