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.
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 ]
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
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse
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 ]
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 }
|