class KuberKit::TemplateReader::ActionHandler

Public Instance Methods

call(shell, template_name) click to toggle source
# File lib/kuber_kit/template_reader/action_handler.rb, line 8
def call(shell, template_name)
  template = template_store.get(template_name)

  reader.read(shell, template)
end