Class: Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList?
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::VendorDirectFulfillmentTransactions20211228::Transaction
Instance Method Summary collapse
-
#members ⇒ [ :status, :transaction_id, :errors ]
-
#to_h ⇒ { status: String, transaction_id: String, errors: Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList? }
Instance Attribute Details
#errors ⇒ Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList? (readonly)
Returns the value of attribute errors.
48 49 50 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs', line 48 def errors @errors end |
#status ⇒ String (readonly)
Returns the value of attribute status.
49 50 51 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs', line 49 def status @status end |
#transaction_id ⇒ String (readonly)
Returns the value of attribute transaction_id.
50 51 52 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs', line 50 def transaction_id @transaction_id end |
Class Method Details
.[](status:, transaction_id:, errors:) ⇒ Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction .[](arg0, arg1, arg2) ⇒ Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction
41 42 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs', line 41
def self.[]: (status: String, transaction_id: String, ?errors: Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList?) -> Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction
| (String, String, Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList?) -> Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction
|
.members ⇒ [ :status, :transaction_id, :errors ]
44 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs', line 44
def self.members: () -> [ :status, :transaction_id, :errors ]
|
.new(status:, transaction_id:, errors:) ⇒ Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction .new(arg0, arg1, arg2) ⇒ Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction
39 40 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs', line 39
def self.new: (status: String, transaction_id: String, ?errors: Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList?) -> Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction
| (String, String, Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList?) -> Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction
46 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs', line 46
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentTransactions20211228::Transaction
|
Instance Method Details
#members ⇒ [ :status, :transaction_id, :errors ]
52 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs', line 52
def members: () -> [ :status, :transaction_id, :errors ]
|
#to_h ⇒ { status: String, transaction_id: String, errors: Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList? }
53 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rbs', line 53
def to_h: () -> { status: String, transaction_id: String, errors: Peddler::APIs::VendorDirectFulfillmentTransactions20211228::ErrorList? }
|