Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundExecutionError
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundExecutionError
- Defined in:
- sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs
Instance Attribute Summary collapse
-
#failure_code ⇒ String
readonly
Returns the value of attribute failure_code.
-
#failure_reasons ⇒ Array[String]
readonly
Returns the value of attribute failure_reasons.
-
#sku ⇒ String?
readonly
Returns the value of attribute sku.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :failure_code, :failure_reasons, :sku ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundExecutionError
Instance Method Summary collapse
-
#members ⇒ [ :failure_code, :failure_reasons, :sku ]
-
#to_h ⇒ { failure_code: String, failure_reasons: Array[String], sku: String? }
Instance Attribute Details
#failure_code ⇒ String (readonly)
Returns the value of attribute failure_code.
500 501 502 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 500 def failure_code @failure_code end |
#failure_reasons ⇒ Array[String] (readonly)
Returns the value of attribute failure_reasons.
501 502 503 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 501 def failure_reasons @failure_reasons end |
#sku ⇒ String? (readonly)
Returns the value of attribute sku.
502 503 504 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 502 def sku @sku end |
Class Method Details
.[](failure_code:, failure_reasons:, sku:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundExecutionError .[](arg0, arg1, arg2) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundExecutionError
493 494 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 493
def self.[]: (failure_code: String, failure_reasons: Array[String], ?sku: String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundExecutionError
| (String, Array[String], String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundExecutionError
|
.members ⇒ [ :failure_code, :failure_reasons, :sku ]
496 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 496
def self.members: () -> [ :failure_code, :failure_reasons, :sku ]
|
.new(failure_code:, failure_reasons:, sku:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundExecutionError .new(arg0, arg1, arg2) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundExecutionError
491 492 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 491
def self.new: (failure_code: String, failure_reasons: Array[String], ?sku: String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundExecutionError
| (String, Array[String], String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundExecutionError
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundExecutionError
498 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 498
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundExecutionError
|
Instance Method Details
#members ⇒ [ :failure_code, :failure_reasons, :sku ]
504 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 504
def members: () -> [ :failure_code, :failure_reasons, :sku ]
|
#to_h ⇒ { failure_code: String, failure_reasons: Array[String], sku: String? }
505 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 505
def to_h: () -> { failure_code: String, failure_reasons: Array[String], sku: String? }
|