Class: Mortar::Project::PigScripts

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



182
183
184
# File 'lib/mortar/project.rb', line 182

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