Class: Peddler::APIs::FulfillmentInboundV0::InvalidSKU

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#error_reasonString? (readonly)

Returns the value of attribute error_reason.

Returns:

  • (String, nil)


370
371
372
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 370

def error_reason
  @error_reason
end

#seller_skuString? (readonly)

Returns the value of attribute seller_sku.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::FulfillmentInboundV0::InvalidSKU

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:

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