Module: TodoReaderInterface
- Included in:
- TodoReaderJSON
- Defined in:
- lib/todo_analyser/todo_reader_interface.rb
Overview
Interface for reading the response
Instance Method Summary collapse
Instance Method Details
#read_todos ⇒ Object
7 8 9 |
# File 'lib/todo_analyser/todo_reader_interface.rb', line 7 def read_todos raise NotImplementedError, 'read_todos not implemented' end |