Class: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::ErrorList
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::ErrorList
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Error]
readonly
Returns the value of attribute errors.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::ErrorList
Instance Method Summary collapse
-
#members ⇒ [ :errors ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Error] }
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Error] (readonly)
Returns the value of attribute errors.
32 33 34 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 32 def errors @errors end |
Class Method Details
.[](errors:) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::ErrorList .[](arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::ErrorList
25 26 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 25
def self.[]: (errors: Array[Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Error]) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::ErrorList
| (Array[Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Error]) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::ErrorList
|
.members ⇒ [ :errors ]
28 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 28
def self.members: () -> [ :errors ]
|
.new(errors:) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::ErrorList .new(arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::ErrorList
23 24 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 23
def self.new: (errors: Array[Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Error]) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::ErrorList
| (Array[Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Error]) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::ErrorList
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::ErrorList
30 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 30
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::ErrorList
|
Instance Method Details
#members ⇒ [ :errors ]
34 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 34
def members: () -> [ :errors ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Error] }
35 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 35
def to_h: () -> { errors: Array[Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Error] }
|