Class: ReadXls::RecordHandler::NotImplemented
- Defined in:
- lib/read_xls/record_handler/not_implemented.rb
Constant Summary collapse
- RecordHandlerNotImplementedError =
Class.new(StandardError)
Instance Attribute Summary
Attributes inherited from Base
#biff, #builder, #record_data, #record_number
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from ReadXls::RecordHandler::Base
Instance Method Details
#call ⇒ Object
6 7 8 |
# File 'lib/read_xls/record_handler/not_implemented.rb', line 6 def call raise RecordHandlerNotImplementedError, "there is no implementation for #{record_number}" end |