Method: CM::Resource::Variables#create_resource
- Defined in:
- lib/CM/resource/variables.rb
#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 |