Exception: ReferenceExtractor::ParseError
- Inherits:
-
StandardError
- Object
- StandardError
- ReferenceExtractor::ParseError
- Defined in:
- lib/reference_extractor/parse_error.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Method Summary collapse
-
#initialize(result) ⇒ ParseError
constructor
A new instance of ParseError.
Constructor Details
#initialize(result) ⇒ ParseError
Returns a new instance of ParseError.
5 6 7 8 |
# File 'lib/reference_extractor/parse_error.rb', line 5 def initialize(result) super(result.) @result = result end |
Instance Attribute Details
#result ⇒ Object (readonly)
Returns the value of attribute result.
3 4 5 |
# File 'lib/reference_extractor/parse_error.rb', line 3 def result @result end |