Class: KuberKit::EnvFileReader::ActionHandler

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

Instance Method Summary collapse

Instance Method Details

#call(shell, env_file_name) ⇒ Object



8
9
10
11
# File 'lib/kuber_kit/env_file_reader/action_handler.rb', line 8

def call(shell, env_file_name)
  env_file = env_file_store.get(env_file_name)
  reader.read(shell, env_file)
end