Class: Xberg::ExtractionErrorItem
- Inherits:
-
Object
- Object
- Xberg::ExtractionErrorItem
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#code ⇒ Integer
readonly
Returns the value of attribute code.
-
#error_type ⇒ String
readonly
Returns the value of attribute error_type.
-
#index ⇒ Integer
readonly
Returns the value of attribute index.
-
#message ⇒ String
readonly
Returns the value of attribute message.
-
#source ⇒ String
readonly
Returns the value of attribute source.
Instance Method Summary collapse
-
#initialize ⇒ ExtractionErrorItem
constructor
A new instance of ExtractionErrorItem.
Constructor Details
#initialize ⇒ ExtractionErrorItem
Returns a new instance of ExtractionErrorItem.
176 |
# File 'sig/types.rbs', line 176
def initialize: (index: Integer, code: Integer, error_type: String, source: String, message: String) -> void
|
Instance Attribute Details
#code ⇒ Integer (readonly)
Returns the value of attribute code.
171 172 173 |
# File 'sig/types.rbs', line 171 def code @code end |
#error_type ⇒ String (readonly)
Returns the value of attribute error_type.
172 173 174 |
# File 'sig/types.rbs', line 172 def error_type @error_type end |
#index ⇒ Integer (readonly)
Returns the value of attribute index.
170 171 172 |
# File 'sig/types.rbs', line 170 def index @index end |
#message ⇒ String (readonly)
Returns the value of attribute message.
174 175 176 |
# File 'sig/types.rbs', line 174 def @message end |
#source ⇒ String (readonly)
Returns the value of attribute source.
173 174 175 |
# File 'sig/types.rbs', line 173 def source @source end |