Class: Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo
- Defined in:
- sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs
Instance Attribute Summary collapse
-
#creation_date_time ⇒ String
readonly
Returns the value of attribute creation_date_time.
-
#invoice_id ⇒ String
readonly
Returns the value of attribute invoice_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :creation_date_time, :invoice_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo
Instance Method Summary collapse
-
#members ⇒ [ :creation_date_time, :invoice_id ]
-
#to_h ⇒ { creation_date_time: String, invoice_id: String }
Instance Attribute Details
#creation_date_time ⇒ String (readonly)
Returns the value of attribute creation_date_time.
286 287 288 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 286 def creation_date_time @creation_date_time end |
#invoice_id ⇒ String (readonly)
Returns the value of attribute invoice_id.
287 288 289 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 287 def invoice_id @invoice_id end |
Class Method Details
.[](creation_date_time:, invoice_id:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo .[](arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo
279 280 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 279
def self.[]: (creation_date_time: String, invoice_id: String) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo
| (String, String) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo
|
.members ⇒ [ :creation_date_time, :invoice_id ]
282 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 282
def self.members: () -> [ :creation_date_time, :invoice_id ]
|
.new(creation_date_time:, invoice_id:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo .new(arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo
277 278 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 277
def self.new: (creation_date_time: String, invoice_id: String) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo
| (String, String) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo
284 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 284
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo
|
Instance Method Details
#members ⇒ [ :creation_date_time, :invoice_id ]
289 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 289
def members: () -> [ :creation_date_time, :invoice_id ]
|
#to_h ⇒ { creation_date_time: String, invoice_id: String }
290 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 290
def to_h: () -> { creation_date_time: String, invoice_id: String }
|