Method: Inspec::Plugins::Fetcher#resolved_source
- Defined in:
- lib/inspec/plugins/fetcher.rb
#resolved_source ⇒ Object
The full specification of the remote source, with any ambigious references provided by the user resolved to an exact reference where possible. For example, in the Git provide, a tag will be resolved to an exact revision.
60 61 62 |
# File 'lib/inspec/plugins/fetcher.rb', line 60 def resolved_source raise "Fetcher #{self} does not implement `resolved_source()`. This is required for terminal fetchers." end |