Class: Peddler::APIs::VendorDirectFulfillmentShippingV1::TransactionReference
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentShippingV1::TransactionReference
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.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::VendorDirectFulfillmentShippingV1::TransactionReference
Instance Method Summary collapse
Instance Attribute Details
#transaction_id ⇒ String? (readonly)
Returns the value of attribute transaction_id.
644 645 646 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 644 def transaction_id @transaction_id end |
Class Method Details
.[](transaction_id:) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::TransactionReference .[](arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::TransactionReference
637 638 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 637
def self.[]: (?transaction_id: String?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::TransactionReference
| (String?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::TransactionReference
|
.members ⇒ [ :transaction_id ]
640 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 640
def self.members: () -> [ :transaction_id ]
|
.new(transaction_id:) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::TransactionReference .new(arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::TransactionReference
635 636 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 635
def self.new: (?transaction_id: String?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::TransactionReference
| (String?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::TransactionReference
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::TransactionReference
642 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 642
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::TransactionReference
|
Instance Method Details
#members ⇒ [ :transaction_id ]
646 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 646
def members: () -> [ :transaction_id ]
|
#to_h ⇒ { transaction_id: String? }
647 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 647
def to_h: () -> { transaction_id: String? }
|