Class: CM::Job::Variables

Inherits:
Object
  • Object
show all
Defined in:
lib/CM/job/variables.rb

Instance Method Summary collapse

Instance Method Details

#executeObject


Operations



23
24
25
26
27
# File 'lib/CM/job/variables.rb', line 23

def execute
  super do
    success = true
  end
end

#normalize(reload) ⇒ Object


Plugin interface



9
10
11
12
# File 'lib/CM/job/variables.rb', line 9

def normalize(reload)
  super
  yield if block_given?
end