Class: Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse
- Defined in:
- sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs
Instance Attribute Summary collapse
-
#document ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Document
readonly
Returns the value of attribute document.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :document ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse
Instance Method Summary collapse
-
#members ⇒ [ :document ]
-
#to_h ⇒ { document: Peddler::APIs::ExternalFulfillmentShipments20240911::Document }
Instance Attribute Details
#document ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Document (readonly)
Returns the value of attribute document.
374 375 376 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 374 def document @document end |
Class Method Details
.[](document:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse .[](arg0) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse
367 368 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 367
def self.[]: (document: Peddler::APIs::ExternalFulfillmentShipments20240911::Document) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse
| (Peddler::APIs::ExternalFulfillmentShipments20240911::Document) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse
|
.members ⇒ [ :document ]
370 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 370
def self.members: () -> [ :document ]
|
.new(document:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse .new(arg0) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse
365 366 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 365
def self.new: (document: Peddler::APIs::ExternalFulfillmentShipments20240911::Document) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse
| (Peddler::APIs::ExternalFulfillmentShipments20240911::Document) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse
372 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 372
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse
|
Instance Method Details
#members ⇒ [ :document ]
376 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 376
def members: () -> [ :document ]
|
#to_h ⇒ { document: Peddler::APIs::ExternalFulfillmentShipments20240911::Document }
377 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 377
def to_h: () -> { document: Peddler::APIs::ExternalFulfillmentShipments20240911::Document }
|