Class: DAF::CommandDataSource

Inherits:
Object
  • Object
show all
Defined in:
lib/daf/command.rb

Overview

Data source to initialize command with

Direct Known Subclasses

YAMLDataSource

Instance Method Summary collapse

Instance Method Details

#actionObject

Overridden by subclasses - returns action that should be used by command



49
50
# File 'lib/daf/command.rb', line 49

def action
end

#action_optionsObject

Overridden by subclasses - returns options that should be passed to action



45
46
# File 'lib/daf/command.rb', line 45

def action_options
end

#monitorObject



52
53
# File 'lib/daf/command.rb', line 52

def monitor
end