Class: RoCommands::Crawler

Inherits:
Base show all
Includes:
Capybara::DSL
Defined in:
lib/ro_commands/crawler.rb

Instance Method Summary collapse

Methods inherited from Base

describe, inherited, method_added, meths, start, usage

Methods included from Bash

#_bash, #add_time, #bash, #bash_capture, #bash_capture_array, #bash_lines, #bash_per, #bash_system, #bundle_exec, #err, err, #handle_path, #kernel_system, out, #out, #status, status

Instance Method Details

#get_hosts_for_goagent(*args) ⇒ Object



20
21
22
23
# File 'lib/ro_commands/crawler.rb', line 20

def get_hosts_for_goagent(*args)
  get_smarthosts
  handle_smarthosts
end

#update_hosts(*args) ⇒ Object



14
15
16
# File 'lib/ro_commands/crawler.rb', line 14

def update_hosts(*args)
  get_smarthosts
end