Class: Koma::Backend::Exec

Inherits:
Base
  • Object
show all
Defined in:
lib/koma/backend/exec.rb

Instance Attribute Summary

Attributes inherited from Base

#host, #inventory_keys, #options

Instance Method Summary collapse

Methods inherited from Base

#initialize, #out

Constructor Details

This class inherits a constructor from Koma::Backend::Base

Instance Method Details

#gatherObject



4
5
6
7
# File 'lib/koma/backend/exec.rb', line 4

def gather
  set :backend, :exec
  result = out(options[:key])
end