Class: Peddler::APIs::ProductPricing20220501::Errors
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricing20220501::Errors
- Defined in:
- sig/peddler/apis/product_pricing_2022_05_01.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::ProductPricing20220501::Error]
readonly
Returns the value of attribute errors.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricing20220501::Errors
Instance Method Summary collapse
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::ProductPricing20220501::Error] (readonly)
Returns the value of attribute errors.
172 173 174 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 172 def errors @errors end |
Class Method Details
.[](errors:) ⇒ Peddler::APIs::ProductPricing20220501::Errors .[](arg0) ⇒ Peddler::APIs::ProductPricing20220501::Errors
165 166 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 165
def self.[]: (errors: Array[Peddler::APIs::ProductPricing20220501::Error]) -> Peddler::APIs::ProductPricing20220501::Errors
| (Array[Peddler::APIs::ProductPricing20220501::Error]) -> Peddler::APIs::ProductPricing20220501::Errors
|
.members ⇒ [ :errors ]
168 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 168
def self.members: () -> [ :errors ]
|
.new(errors:) ⇒ Peddler::APIs::ProductPricing20220501::Errors .new(arg0) ⇒ Peddler::APIs::ProductPricing20220501::Errors
163 164 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 163
def self.new: (errors: Array[Peddler::APIs::ProductPricing20220501::Error]) -> Peddler::APIs::ProductPricing20220501::Errors
| (Array[Peddler::APIs::ProductPricing20220501::Error]) -> Peddler::APIs::ProductPricing20220501::Errors
|
.parse ⇒ Peddler::APIs::ProductPricing20220501::Errors
170 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 170
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricing20220501::Errors
|
Instance Method Details
#members ⇒ [ :errors ]
174 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 174
def members: () -> [ :errors ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::ProductPricing20220501::Error] }
175 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 175
def to_h: () -> { errors: Array[Peddler::APIs::ProductPricing20220501::Error] }
|