Class: YSI::DryExecutor

Inherits:
Object
  • Object
show all
Defined in:
lib/yes_ship_it/dry_executor.rb

Instance Method Summary collapse

Instance Method Details

#http_delete(url) ⇒ Object



12
13
# File 'lib/yes_ship_it/dry_executor.rb', line 12

def http_delete(url)
end

#http_post(url, data) ⇒ Object



6
7
# File 'lib/yes_ship_it/dry_executor.rb', line 6

def http_post(url, data)
end

#http_put(url, data, options) ⇒ Object



9
10
# File 'lib/yes_ship_it/dry_executor.rb', line 9

def http_put(url, data, options)
end

#run_command(args) ⇒ Object



3
4
# File 'lib/yes_ship_it/dry_executor.rb', line 3

def run_command(args)
end