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
Returns a new instance of Error.
66 67 68 69 |
# File 'lib/encoding_checker.rb', line 66 def initialize(result) @result = result super end |
Instance Attribute Details
#result ⇒ Object (readonly)
Returns the value of attribute result.
64 65 66 |
# File 'lib/encoding_checker.rb', line 64 def result @result end |