Exception: EncodingChecker::Error

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/encoding_checker.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#resultObject (readonly)

Returns the value of attribute result.



65
66
67
# File 'lib/encoding_checker.rb', line 65

def result
  @result
end