Class: Peddler::APIs::FulfillmentInboundV0::InvalidASIN

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

#asinString? (readonly)

Returns the value of attribute asin.

Returns:

  • (String, nil)


349
350
351
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 349

def asin
  @asin
end

#error_reasonString? (readonly)

Returns the value of attribute error_reason.

Returns:

  • (String, nil)


350
351
352
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 350

def error_reason
  @error_reason
end

Class Method Details

.[](asin:, error_reason:) ⇒ Peddler::APIs::FulfillmentInboundV0::InvalidASIN .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInboundV0::InvalidASIN

Overloads:



342
343
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 342

def self.[]: (?asin: String?, ?error_reason: String?) -> Peddler::APIs::FulfillmentInboundV0::InvalidASIN
| (String?, String?) -> Peddler::APIs::FulfillmentInboundV0::InvalidASIN

.members[ :asin, :error_reason ]

Returns:

  • ([ :asin, :error_reason ])


345
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 345

def self.members: () -> [ :asin, :error_reason ]

.new(asin:, error_reason:) ⇒ Peddler::APIs::FulfillmentInboundV0::InvalidASIN .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInboundV0::InvalidASIN

Overloads:



340
341
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 340

def self.new: (?asin: String?, ?error_reason: String?) -> Peddler::APIs::FulfillmentInboundV0::InvalidASIN
| (String?, String?) -> Peddler::APIs::FulfillmentInboundV0::InvalidASIN

.parsePeddler::APIs::FulfillmentInboundV0::InvalidASIN

Parameters:

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

Returns:



347
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 347

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInboundV0::InvalidASIN

Instance Method Details

#members[ :asin, :error_reason ]

Returns:

  • ([ :asin, :error_reason ])


352
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 352

def members: () -> [ :asin, :error_reason ]

#to_h{ asin: String?, error_reason: String? }

Returns:

  • ({ asin: String?, error_reason: String? })


353
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 353

def to_h: () -> { asin: String?, error_reason: String? }