Class: Mortar::Project::ControlScripts

Inherits:
ProjectEntity show all
Defined in:
lib/mortar/project.rb

Instance Method Summary collapse

Methods inherited from ProjectEntity

#[], #each, #initialize, #keys, #method_missing

Constructor Details

This class inherits a constructor from Mortar::Project::ProjectEntity

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Mortar::Project::ProjectEntity

Instance Method Details

#element(name, path) ⇒ Object



188
189
190
# File 'lib/mortar/project.rb', line 188

def element(name, path)
  ControlScript.new(name, path)
end