Class: Bauk::Gen::Inputs::Base
- Inherits:
-
Object
- Object
- Bauk::Gen::Inputs::Base
- Defined in:
- lib/bauk/gen/inputs/base.rb
Overview
Base class for inputs Each input needs to overwrite the following methods:
-
input_items(items) -> Takes a hash of items and adds
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#input_items(_items) ⇒ Object
13 14 15 |
# File 'lib/bauk/gen/inputs/base.rb', line 13 def input_items(_items) raise NotImplementedError end |