Class: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Transaction
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Transaction
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs
Instance Attribute Summary collapse
-
#status ⇒ String
readonly
Returns the value of attribute status.
-
#test_case_data ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::TestCaseData?
readonly
Returns the value of attribute test_case_data.
-
#transaction_id ⇒ String
readonly
Returns the value of attribute transaction_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :status, :transaction_id, :test_case_data ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Transaction
Instance Method Summary collapse
-
#members ⇒ [ :status, :transaction_id, :test_case_data ]
-
#to_h ⇒ { status: String, transaction_id: String, test_case_data: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::TestCaseData? }
Instance Attribute Details
#status ⇒ String (readonly)
Returns the value of attribute status.
162 163 164 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 162 def status @status end |
#test_case_data ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::TestCaseData? (readonly)
Returns the value of attribute test_case_data.
163 164 165 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 163 def test_case_data @test_case_data end |
#transaction_id ⇒ String (readonly)
Returns the value of attribute transaction_id.
164 165 166 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 164 def transaction_id @transaction_id end |
Class Method Details
.[](status:, transaction_id:, test_case_data:) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Transaction .[](arg0, arg1, arg2) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Transaction
155 156 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 155
def self.[]: (status: String, transaction_id: String, ?test_case_data: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::TestCaseData?) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Transaction
| (String, String, Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::TestCaseData?) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Transaction
|
.members ⇒ [ :status, :transaction_id, :test_case_data ]
158 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 158
def self.members: () -> [ :status, :transaction_id, :test_case_data ]
|
.new(status:, transaction_id:, test_case_data:) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Transaction .new(arg0, arg1, arg2) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Transaction
153 154 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 153
def self.new: (status: String, transaction_id: String, ?test_case_data: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::TestCaseData?) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Transaction
| (String, String, Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::TestCaseData?) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Transaction
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Transaction
160 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 160
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Transaction
|
Instance Method Details
#members ⇒ [ :status, :transaction_id, :test_case_data ]
166 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 166
def members: () -> [ :status, :transaction_id, :test_case_data ]
|
#to_h ⇒ { status: String, transaction_id: String, test_case_data: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::TestCaseData? }
167 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 167
def to_h: () -> { status: String, transaction_id: String, test_case_data: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::TestCaseData? }
|