Class: DevopsHelper::VcsHelper

Inherits:
Object
  • Object
show all
Includes:
GvcsHelper
Defined in:
lib/devops_helper.rb

Instance Method Summary collapse

Methods included from GvcsHelper

#has_new_changes?, #has_pending_changes?, #is_workspace?, #method_missing

Constructor Details

#initialize(root, opts = { }) ⇒ VcsHelper

Returns a new instance of VcsHelper.



23
24
25
26
# File 'lib/devops_helper.rb', line 23

def initialize(root, opts = { })
  @logger = opts[:logger] || Global.instance.logger
  @root = root
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class DevopsHelper::GvcsHelper