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.
201 |
# File 'sig/types.rbs', line 201
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.
196 197 198 |
# File 'sig/types.rbs', line 196 def code @code end |
#error_type ⇒ String (readonly)
Returns the value of attribute error_type.
197 198 199 |
# File 'sig/types.rbs', line 197 def error_type @error_type end |
#index ⇒ Integer (readonly)
Returns the value of attribute index.
195 196 197 |
# File 'sig/types.rbs', line 195 def index @index end |
#message ⇒ String (readonly)
Returns the value of attribute message.
199 200 201 |
# File 'sig/types.rbs', line 199 def @message end |
#source ⇒ String (readonly)
Returns the value of attribute source.
198 199 200 |
# File 'sig/types.rbs', line 198 def source @source end |