class YSI::DryExecutor
Public Instance Methods
http_delete(url)
click to toggle source
# File lib/yes_ship_it/dry_executor.rb, line 12 def http_delete(url) end
http_post(url, data)
click to toggle source
# File lib/yes_ship_it/dry_executor.rb, line 6 def http_post(url, data) end
http_put(url, data, options)
click to toggle source
# File lib/yes_ship_it/dry_executor.rb, line 9 def http_put(url, data, options) end
run_command(args)
click to toggle source
# File lib/yes_ship_it/dry_executor.rb, line 3 def run_command(args) end