Class: Inwxupdate
- Inherits:
-
Object
- Object
- Inwxupdate
- Defined in:
- lib/inwxupdate.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
11 12 13 14 15 16 17 18 19 |
# File 'lib/inwxupdate.rb', line 11 def run find_config! login CONFIG[:jobs].each do |job| process_job(job) end end |