Class: Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceResponse

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

#errorsArray[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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::ShipmentInvoicingV0::SubmitInvoiceResponse

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :errors ])


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

def members: () -> [ :errors ]

#to_h{ errors: Array[Peddler::APIs::ShipmentInvoicingV0::Error]? }

Returns:



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

def to_h: () -> { errors: Array[Peddler::APIs::ShipmentInvoicingV0::Error]? }