class Bauk::Gen::Inputs::Base
Base
class for inputs Each input needs to overwrite the following methods:
-
input_items
(items) -> Takes a hash of items and adds
Public Instance Methods
input_items(_items)
click to toggle source
# File lib/bauk/gen/inputs/base.rb, line 13 def input_items(_items) raise NotImplementedError end