Class: Peddler::APIs::VendorDirectFulfillmentOrders20211228::TransactionId
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentOrders20211228::TransactionId
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs
Instance Attribute Summary collapse
-
#transaction_id ⇒ String?
readonly
Returns the value of attribute transaction_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :transaction_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::TransactionId
Instance Method Summary collapse
Instance Attribute Details
#transaction_id ⇒ String? (readonly)
Returns the value of attribute transaction_id.
456 457 458 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 456 def transaction_id @transaction_id end |
Class Method Details
.[](transaction_id:) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::TransactionId .[](arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::TransactionId
449 450 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 449
def self.[]: (?transaction_id: String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::TransactionId
| (String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::TransactionId
|
.members ⇒ [ :transaction_id ]
452 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 452
def self.members: () -> [ :transaction_id ]
|
.new(transaction_id:) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::TransactionId .new(arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::TransactionId
447 448 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 447
def self.new: (?transaction_id: String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::TransactionId
| (String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::TransactionId
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::TransactionId
454 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 454
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::TransactionId
|
Instance Method Details
#members ⇒ [ :transaction_id ]
458 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 458
def members: () -> [ :transaction_id ]
|
#to_h ⇒ { transaction_id: String? }
459 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 459
def to_h: () -> { transaction_id: String? }
|