Class: Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Transaction
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Transaction
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_transactions_v1.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Error]?
readonly
Returns the value of attribute errors.
-
#status ⇒ String
readonly
Returns the value of attribute status.
-
#transaction_id ⇒ String
readonly
Returns the value of attribute transaction_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :status, :transaction_id, :errors ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Transaction
Instance Method Summary collapse
-
#members ⇒ [ :status, :transaction_id, :errors ]
-
#to_h ⇒ { status: String, transaction_id: String, errors: Array[Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Error]? }
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Error]? (readonly)
Returns the value of attribute errors.
53 54 55 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_v1.rbs', line 53 def errors @errors end |
#status ⇒ String (readonly)
Returns the value of attribute status.
54 55 56 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_v1.rbs', line 54 def status @status end |
#transaction_id ⇒ String (readonly)
Returns the value of attribute transaction_id.
55 56 57 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_v1.rbs', line 55 def transaction_id @transaction_id end |
Class Method Details
.[](status:, transaction_id:, errors:) ⇒ Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Transaction .[](arg0, arg1, arg2) ⇒ Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Transaction
46 47 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_v1.rbs', line 46
def self.[]: (status: String, transaction_id: String, ?errors: Array[Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Error]?) -> Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Transaction
| (String, String, Array[Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Error]?) -> Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Transaction
|
.members ⇒ [ :status, :transaction_id, :errors ]
49 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_v1.rbs', line 49
def self.members: () -> [ :status, :transaction_id, :errors ]
|
.new(status:, transaction_id:, errors:) ⇒ Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Transaction .new(arg0, arg1, arg2) ⇒ Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Transaction
44 45 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_v1.rbs', line 44
def self.new: (status: String, transaction_id: String, ?errors: Array[Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Error]?) -> Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Transaction
| (String, String, Array[Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Error]?) -> Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Transaction
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Transaction
51 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_v1.rbs', line 51
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Transaction
|
Instance Method Details
#members ⇒ [ :status, :transaction_id, :errors ]
57 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_v1.rbs', line 57
def members: () -> [ :status, :transaction_id, :errors ]
|
#to_h ⇒ { status: String, transaction_id: String, errors: Array[Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Error]? }
58 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_v1.rbs', line 58
def to_h: () -> { status: String, transaction_id: String, errors: Array[Peddler::APIs::VendorDirectFulfillmentTransactionsV1::Error]? }
|