Class: Peddler::APIs::ExternalFulfillmentInventory20240911::ActionableError

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#error_sub_typeString? (readonly)

Returns the value of attribute error_sub_type.

Returns:

  • (String, nil)


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_typeString? (readonly)

Returns the value of attribute error_type.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::ExternalFulfillmentInventory20240911::ActionableError

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:

  • ({ 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? }