Class: CM::Resource::Variables

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

Instance Method Summary collapse

Instance Method Details

#normalize(reload) ⇒ Object


Plugin interface



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

def normalize(reload)
  super
  yield if block_given?
end

#operation_deployObject


Operations



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

def operation_deploy
  super do
    success = true
  end
end

#operation_destroyObject




31
32
33
34
35
# File 'lib/CM/resource/variables.rb', line 31

def operation_destroy
  super do
    success = true
  end
end