Exception: EncodingChecker::Error
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- EncodingChecker::Error
- Defined in:
- lib/encoding_checker.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Method Summary collapse
-
#initialize(result) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(result) ⇒ Error
67 68 69 70 |
# File 'lib/encoding_checker.rb', line 67 def initialize(result) @result = result super end |
Instance Attribute Details
#result ⇒ Object (readonly)
Returns the value of attribute result.
65 66 67 |
# File 'lib/encoding_checker.rb', line 65 def result @result end |