Class: Peddler::APIs::ExternalFulfillmentInventory20240911::ActionableError
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentInventory20240911::ActionableError
- Defined in:
- sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs
Instance Attribute Summary collapse
-
#error_sub_type ⇒ String?
readonly
Returns the value of attribute error_sub_type.
-
#error_type ⇒ String?
readonly
Returns the value of attribute error_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :error_sub_type, :error_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::ActionableError
Instance Method Summary collapse
-
#members ⇒ [ :error_sub_type, :error_type ]
-
#to_h ⇒ { error_sub_type: String?, error_type: String? }
Instance Attribute Details
#error_sub_type ⇒ String? (readonly)
Returns the value of attribute error_sub_type.
14 15 16 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 14 def error_sub_type @error_sub_type end |
#error_type ⇒ String? (readonly)
Returns the value of attribute error_type.
15 16 17 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 15 def error_type @error_type end |
Class Method Details
.[](error_sub_type:, error_type:) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::ActionableError .[](arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::ActionableError
7 8 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 7
def self.[]: (?error_sub_type: String?, ?error_type: String?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::ActionableError
| (String?, String?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::ActionableError
|
.members ⇒ [ :error_sub_type, :error_type ]
10 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 10
def self.members: () -> [ :error_sub_type, :error_type ]
|
.new(error_sub_type:, error_type:) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::ActionableError .new(arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::ActionableError
5 6 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 5
def self.new: (?error_sub_type: String?, ?error_type: String?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::ActionableError
| (String?, String?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::ActionableError
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::ActionableError
12 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 12
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentInventory20240911::ActionableError
|
Instance Method Details
#members ⇒ [ :error_sub_type, :error_type ]
17 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 17
def members: () -> [ :error_sub_type, :error_type ]
|
#to_h ⇒ { error_sub_type: String?, error_type: String? }
18 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 18
def to_h: () -> { error_sub_type: String?, error_type: String? }
|