Class: Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#documentPeddler::APIs::ExternalFulfillmentShipments20240911::Document (readonly)

Returns the value of attribute document.



320
321
322
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 320

def document
  @document
end

Class Method Details

.[](document:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse .[](arg0) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse



313
314
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 313

def self.[]: (document: Peddler::APIs::ExternalFulfillmentShipments20240911::Document) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse
| (Peddler::APIs::ExternalFulfillmentShipments20240911::Document) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse

.members[ :document ]

Returns:

  • ([ :document ])


316
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 316

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

.new(document:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse .new(arg0) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse



311
312
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 311

def self.new: (document: Peddler::APIs::ExternalFulfillmentShipments20240911::Document) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse
| (Peddler::APIs::ExternalFulfillmentShipments20240911::Document) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse

.parsePeddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse

Parameters:

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

Returns:



318
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 318

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

Instance Method Details

#members[ :document ]

Returns:

  • ([ :document ])


322
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 322

def members: () -> [ :document ]

#to_h{ document: Peddler::APIs::ExternalFulfillmentShipments20240911::Document }



323
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 323

def to_h: () -> { document: Peddler::APIs::ExternalFulfillmentShipments20240911::Document }