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, = {}) response = self.class.post(path, ) process_response(response) end |