Method: AptlyCli::AptlyCommand#delete

Defined in:
lib/aptly_command.rb

#delete(path, options = {}) ⇒ Object



72
73
74
75
# File 'lib/aptly_command.rb', line 72

def delete(path, options = {})
  response = self.class.delete(path, options)
  process_response(response)
end