class DAF::CommandDataSource

Data source to initialize command with

Public Instance Methods

action() click to toggle source

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

# File lib/daf/command.rb, line 49
def action
end
action_options() click to toggle source

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

# File lib/daf/command.rb, line 45
def action_options
end
monitor() click to toggle source
# File lib/daf/command.rb, line 52
def monitor
end