Class: Xberg::ErrorMetadata
- Inherits:
-
Object
- Object
- Xberg::ErrorMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#error_type ⇒ String
readonly
Returns the value of attribute error_type.
-
#message ⇒ String
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize ⇒ ErrorMetadata
constructor
A new instance of ErrorMetadata.
Constructor Details
#initialize ⇒ ErrorMetadata
Returns a new instance of ErrorMetadata.
1390 |
# File 'sig/types.rbs', line 1390
def initialize: (error_type: String, message: String) -> void
|
Instance Attribute Details
#error_type ⇒ String (readonly)
Returns the value of attribute error_type.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def error_type @error_type end |
#message ⇒ String (readonly)
Returns the value of attribute message.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def @message end |