Class: CM::Resource::Variables
- Inherits:
-
Object
- Object
- CM::Resource::Variables
- Defined in:
- lib/CM/resource/variables.rb
Instance Method Summary collapse
-
#create_resource ⇒ Object
—————————————————————————– Operations.
-
#normalize(reload) ⇒ Object
—————————————————————————– Plugin interface.
Instance Method Details
#create_resource ⇒ Object
Operations
23 24 25 26 27 |
# File 'lib/CM/resource/variables.rb', line 23 def create_resource super do |data| info('create_variables', { :id => id }) end end |
#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 |