Method: AptlyCli::AptlyCommand#get
- Defined in:
- lib/aptly_command.rb
#get(path, options = {}) ⇒ Object
77 78 79 80 |
# File 'lib/aptly_command.rb', line 77 def get(path, = {}) response = self.class.get(path, ) process_response(response) end |