Exception: CSVReader::InvalidHeaderException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- CSVReader::InvalidHeaderException
- Defined in:
- lib/csv_reader.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ InvalidHeaderException
constructor
A new instance of InvalidHeaderException.
Constructor Details
#initialize(message) ⇒ InvalidHeaderException
Returns a new instance of InvalidHeaderException.
83 84 85 |
# File 'lib/csv_reader.rb', line 83 def initialize() @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
81 82 83 |
# File 'lib/csv_reader.rb', line 81 def @message end |