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