Class: KuberKit::TemplateReader::ActionHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/kuber_kit/template_reader/action_handler.rb

Instance Method Summary collapse

Instance Method Details

#call(shell, template_name) ⇒ Object



8
9
10
11
12
# 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