Method: LabClient::ProjectMethods#download_archive

Defined in:
lib/labclient/projects/methods.rb

#download_archive(file_path = nil, format = '.tar.gz') ⇒ Object



311
312
313
# File 'lib/labclient/projects/methods.rb', line 311

def download_archive(file_path = nil, format = '.tar.gz')
  client.repo.archive(id, file_path, format)
end