Class: DevopsHelper::VcsHelper
- Inherits:
-
Object
- Object
- DevopsHelper::VcsHelper
- Includes:
- GvcsHelper
- Defined in:
- lib/devops_helper.rb
Instance Method Summary collapse
-
#initialize(root, opts = { }) ⇒ VcsHelper
constructor
A new instance of VcsHelper.
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