Method: Inspec::Plugins::Fetcher#archive_path
- Defined in:
- lib/inspec/plugin/v1/plugin_types/fetcher.rb
#archive_path ⇒ Object
The path to the archive on disk. This can be passed to a FileProvider to get access to the files in the fetched profile.
37 38 39 |
# File 'lib/inspec/plugin/v1/plugin_types/fetcher.rb', line 37 def archive_path raise "Fetcher #{self} does not implement `archive_path()`. This is required." end |