Class: Peddler::APIs::FulfillmentInbound20240320::ErrorList
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ErrorList
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::Error]
readonly
Returns the value of attribute errors.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ErrorList
Instance Method Summary collapse
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::Error] (readonly)
Returns the value of attribute errors.
599 600 601 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 599 def errors @errors end |
Class Method Details
.[](errors:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ErrorList .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::ErrorList
592 593 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 592
def self.[]: (errors: Array[Peddler::APIs::FulfillmentInbound20240320::Error]) -> Peddler::APIs::FulfillmentInbound20240320::ErrorList
| (Array[Peddler::APIs::FulfillmentInbound20240320::Error]) -> Peddler::APIs::FulfillmentInbound20240320::ErrorList
|
.members ⇒ [ :errors ]
595 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 595
def self.members: () -> [ :errors ]
|
.new(errors:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ErrorList .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::ErrorList
590 591 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 590
def self.new: (errors: Array[Peddler::APIs::FulfillmentInbound20240320::Error]) -> Peddler::APIs::FulfillmentInbound20240320::ErrorList
| (Array[Peddler::APIs::FulfillmentInbound20240320::Error]) -> Peddler::APIs::FulfillmentInbound20240320::ErrorList
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ErrorList
597 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 597
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ErrorList
|
Instance Method Details
#members ⇒ [ :errors ]
601 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 601
def members: () -> [ :errors ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::FulfillmentInbound20240320::Error] }
602 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 602
def to_h: () -> { errors: Array[Peddler::APIs::FulfillmentInbound20240320::Error] }
|