class Bauk::Gen::Inputs::Base

Base class for inputs Each input needs to overwrite the following methods:

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