Class: Peddler::APIs::ProductFeesV0::FeesEstimateError
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductFeesV0::FeesEstimateError
- Defined in:
- sig/peddler/apis/product_fees_v0.rbs
Instance Attribute Summary collapse
-
#code ⇒ String
readonly
Returns the value of attribute code.
-
#detail ⇒ Array[untyped]
readonly
Returns the value of attribute detail.
-
#message ⇒ String
readonly
Returns the value of attribute message.
-
#type ⇒ String
readonly
Returns the value of attribute type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :code, :detail, :message, :type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateError
Instance Method Summary collapse
-
#members ⇒ [ :code, :detail, :message, :type ]
-
#to_h ⇒ { code: String, detail: Array[untyped], message: String, type: String }
Instance Attribute Details
#code ⇒ String (readonly)
Returns the value of attribute code.
97 98 99 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 97 def code @code end |
#detail ⇒ Array[untyped] (readonly)
Returns the value of attribute detail.
98 99 100 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 98 def detail @detail end |
#message ⇒ String (readonly)
Returns the value of attribute message.
99 100 101 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 99 def @message end |
#type ⇒ String (readonly)
Returns the value of attribute type.
100 101 102 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 100 def type @type end |
Class Method Details
.[](code:, detail:, message:, type:) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateError .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateError
90 91 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 90
def self.[]: (code: String, detail: Array[untyped], message: String, type: String) -> Peddler::APIs::ProductFeesV0::FeesEstimateError
| (String, Array[untyped], String, String) -> Peddler::APIs::ProductFeesV0::FeesEstimateError
|
.members ⇒ [ :code, :detail, :message, :type ]
93 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 93
def self.members: () -> [ :code, :detail, :message, :type ]
|
.new(code:, detail:, message:, type:) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateError .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateError
88 89 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 88
def self.new: (code: String, detail: Array[untyped], message: String, type: String) -> Peddler::APIs::ProductFeesV0::FeesEstimateError
| (String, Array[untyped], String, String) -> Peddler::APIs::ProductFeesV0::FeesEstimateError
|
.parse ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateError
95 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 95
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductFeesV0::FeesEstimateError
|
Instance Method Details
#members ⇒ [ :code, :detail, :message, :type ]
102 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 102
def members: () -> [ :code, :detail, :message, :type ]
|
#to_h ⇒ { code: String, detail: Array[untyped], message: String, type: String }
103 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 103
def to_h: () -> { code: String, detail: Array[untyped], message: String, type: String }
|