Method: AptlyCli::AptlyCommand#post

Defined in:
lib/aptly_command.rb

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



82
83
84
85
# File 'lib/aptly_command.rb', line 82

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