Class: Peddler::APIs::FulfillmentInboundV0::InvalidSKU
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInboundV0::InvalidSKU
- Defined in:
- sig/peddler/apis/fulfillment_inbound_v0.rbs
Instance Attribute Summary collapse
-
#error_reason ⇒ String?
readonly
Returns the value of attribute error_reason.
-
#seller_sku ⇒ String?
readonly
Returns the value of attribute seller_sku.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :error_reason, :seller_sku ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::InvalidSKU
Instance Method Summary collapse
Instance Attribute Details
#error_reason ⇒ String? (readonly)
Returns the value of attribute error_reason.
370 371 372 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 370 def error_reason @error_reason end |
#seller_sku ⇒ String? (readonly)
Returns the value of attribute seller_sku.
371 372 373 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 371 def seller_sku @seller_sku end |
Class Method Details
.[](error_reason:, seller_sku:) ⇒ Peddler::APIs::FulfillmentInboundV0::InvalidSKU .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInboundV0::InvalidSKU
363 364 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 363
def self.[]: (?error_reason: String?, ?seller_sku: String?) -> Peddler::APIs::FulfillmentInboundV0::InvalidSKU
| (String?, String?) -> Peddler::APIs::FulfillmentInboundV0::InvalidSKU
|
.members ⇒ [ :error_reason, :seller_sku ]
366 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 366
def self.members: () -> [ :error_reason, :seller_sku ]
|
.new(error_reason:, seller_sku:) ⇒ Peddler::APIs::FulfillmentInboundV0::InvalidSKU .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInboundV0::InvalidSKU
361 362 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 361
def self.new: (?error_reason: String?, ?seller_sku: String?) -> Peddler::APIs::FulfillmentInboundV0::InvalidSKU
| (String?, String?) -> Peddler::APIs::FulfillmentInboundV0::InvalidSKU
|
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::InvalidSKU
368 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 368
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInboundV0::InvalidSKU
|
Instance Method Details
#members ⇒ [ :error_reason, :seller_sku ]
373 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 373
def members: () -> [ :error_reason, :seller_sku ]
|
#to_h ⇒ { error_reason: String?, seller_sku: String? }
374 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 374
def to_h: () -> { error_reason: String?, seller_sku: String? }
|