Class: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Transaction

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#statusString (readonly)

Returns the value of attribute status.

Returns:

  • (String)


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_dataPeddler::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_idString (readonly)

Returns the value of attribute transaction_id.

Returns:

  • (String)


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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Transaction

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:



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? }