Class: ConfCtl::Swpins::Specs::GitRev

Inherits:
Git
  • Object
show all
Defined in:
lib/confctl/swpins/specs/git_rev.rb

Instance Attribute Summary

Attributes inherited from Base

#channel, #errors, #info, #name

Instance Method Summary collapse

Methods inherited from Git

#auto_update?, #check_info, #check_opts, #prefetch_update, #string_changelog_info, #string_diff_info, #version, #version_info

Methods inherited from Base

#as_json, #auto_update?, #can_update?, #check_info, #check_opts, #from_channel?, handle, #initialize, #prefetch_update, #status, #string_changelog_info, #string_diff_info, #to_json, #type, #valid?, #version, #version_info

Constructor Details

This class inherits a constructor from ConfCtl::Swpins::Specs::Base

Instance Method Details

#prefetch_set(args) ⇒ Object



7
8
9
10
# File 'lib/confctl/swpins/specs/git_rev.rb', line 7

def prefetch_set(args)
  super(args)
  wrap_fetcher
end