Class: Peddler::APIs::ShippingV2::ErrorList
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV2::ErrorList
- Defined in:
- sig/peddler/apis/shipping_v2.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::ShippingV2::Error]
readonly
Returns the value of attribute errors.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::ShippingV2::Error] (readonly)
Returns the value of attribute errors.
624 625 626 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 624 def errors @errors end |
Class Method Details
.[](errors:) ⇒ Peddler::APIs::ShippingV2::ErrorList .[](arg0) ⇒ Peddler::APIs::ShippingV2::ErrorList
617 618 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 617
def self.[]: (errors: Array[Peddler::APIs::ShippingV2::Error]) -> Peddler::APIs::ShippingV2::ErrorList
| (Array[Peddler::APIs::ShippingV2::Error]) -> Peddler::APIs::ShippingV2::ErrorList
|
.members ⇒ [ :errors ]
620 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 620
def self.members: () -> [ :errors ]
|
.new(errors:) ⇒ Peddler::APIs::ShippingV2::ErrorList .new(arg0) ⇒ Peddler::APIs::ShippingV2::ErrorList
615 616 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 615
def self.new: (errors: Array[Peddler::APIs::ShippingV2::Error]) -> Peddler::APIs::ShippingV2::ErrorList
| (Array[Peddler::APIs::ShippingV2::Error]) -> Peddler::APIs::ShippingV2::ErrorList
|
.parse ⇒ Peddler::APIs::ShippingV2::ErrorList
622 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 622
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShippingV2::ErrorList
|
Instance Method Details
#members ⇒ [ :errors ]
626 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 626
def members: () -> [ :errors ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::ShippingV2::Error] }
627 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 627
def to_h: () -> { errors: Array[Peddler::APIs::ShippingV2::Error] }
|