Class: Peddler::APIs::FulfillmentInboundV0::InvalidASIN
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInboundV0::InvalidASIN
- Defined in:
- sig/peddler/apis/fulfillment_inbound_v0.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String?
readonly
Returns the value of attribute asin.
-
#error_reason ⇒ String?
readonly
Returns the value of attribute error_reason.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :error_reason ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::InvalidASIN
Instance Method Summary collapse
Instance Attribute Details
#asin ⇒ String? (readonly)
Returns the value of attribute asin.
349 350 351 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 349 def asin @asin end |
#error_reason ⇒ String? (readonly)
Returns the value of attribute error_reason.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::InvalidASIN
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 ]
352 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 352
def members: () -> [ :asin, :error_reason ]
|
#to_h ⇒ { asin: String?, error_reason: String? }
353 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 353
def to_h: () -> { asin: String?, error_reason: String? }
|