Class: Peddler::APIs::MerchantFulfillmentV0::Error
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MerchantFulfillmentV0::Error
- Defined in:
- sig/peddler/apis/merchant_fulfillment_v0.rbs
Instance Attribute Summary collapse
-
#code ⇒ String
readonly
Returns the value of attribute code.
-
#details ⇒ String?
readonly
Returns the value of attribute details.
-
#message ⇒ String
readonly
Returns the value of attribute message.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :code, :message, :details ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::Error
Instance Method Summary collapse
-
#members ⇒ [ :code, :message, :details ]
-
#to_h ⇒ { code: String, message: String, details: String? }
Instance Attribute Details
#code ⇒ String (readonly)
Returns the value of attribute code.
290 291 292 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 290 def code @code end |
#details ⇒ String? (readonly)
Returns the value of attribute details.
291 292 293 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 291 def details @details end |
#message ⇒ String (readonly)
Returns the value of attribute message.
292 293 294 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 292 def @message end |
Class Method Details
.[](code:, message:, details:) ⇒ Peddler::APIs::MerchantFulfillmentV0::Error .[](arg0, arg1, arg2) ⇒ Peddler::APIs::MerchantFulfillmentV0::Error
283 284 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 283
def self.[]: (code: String, message: String, ?details: String?) -> Peddler::APIs::MerchantFulfillmentV0::Error
| (String, String, String?) -> Peddler::APIs::MerchantFulfillmentV0::Error
|
.members ⇒ [ :code, :message, :details ]
286 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 286
def self.members: () -> [ :code, :message, :details ]
|
.new(code:, message:, details:) ⇒ Peddler::APIs::MerchantFulfillmentV0::Error .new(arg0, arg1, arg2) ⇒ Peddler::APIs::MerchantFulfillmentV0::Error
281 282 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 281
def self.new: (code: String, message: String, ?details: String?) -> Peddler::APIs::MerchantFulfillmentV0::Error
| (String, String, String?) -> Peddler::APIs::MerchantFulfillmentV0::Error
|
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::Error
288 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 288
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MerchantFulfillmentV0::Error
|
Instance Method Details
#members ⇒ [ :code, :message, :details ]
294 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 294
def members: () -> [ :code, :message, :details ]
|
#to_h ⇒ { code: String, message: String, details: String? }
295 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 295
def to_h: () -> { code: String, message: String, details: String? }
|