Method: AptlyCli::AptlyCommand#put

Defined in:
lib/aptly_command.rb

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



87
88
89
90
# File 'lib/aptly_command.rb', line 87

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