Class: Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceResponse
- Defined in:
- sig/peddler/apis/shipment_invoicing_v0.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::ShipmentInvoicingV0::Error]?
readonly
Returns the value of attribute errors.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceResponse
Instance Method Summary collapse
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::ShipmentInvoicingV0::Error]? (readonly)
Returns the value of attribute errors.
276 277 278 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 276 def errors @errors end |
Class Method Details
.[](errors:) ⇒ Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceResponse .[](arg0) ⇒ Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceResponse
269 270 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 269
def self.[]: (?errors: Array[Peddler::APIs::ShipmentInvoicingV0::Error]?) -> Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceResponse
| (Array[Peddler::APIs::ShipmentInvoicingV0::Error]?) -> Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceResponse
|
.members ⇒ [ :errors ]
272 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 272
def self.members: () -> [ :errors ]
|
.new(errors:) ⇒ Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceResponse .new(arg0) ⇒ Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceResponse
267 268 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 267
def self.new: (?errors: Array[Peddler::APIs::ShipmentInvoicingV0::Error]?) -> Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceResponse
| (Array[Peddler::APIs::ShipmentInvoicingV0::Error]?) -> Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceResponse
|
.parse ⇒ Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceResponse
274 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 274
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceResponse
|
Instance Method Details
#members ⇒ [ :errors ]
278 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 278
def members: () -> [ :errors ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::ShipmentInvoicingV0::Error]? }
279 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 279
def to_h: () -> { errors: Array[Peddler::APIs::ShipmentInvoicingV0::Error]? }
|