Method: ArduinoCI::ArduinoDownloader#package_file

Defined in:
lib/arduino_ci/arduino_downloader.rb

#package_filestring

The local file (dir) name of the desired IDE package (zip/tar/etc)

Returns:



51
52
53
# File 'lib/arduino_ci/arduino_downloader.rb', line 51

def package_file
  self.class.must_implement(__method__)
end