Class: Mortar::Project::SparkScripts

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



200
201
202
# File 'lib/mortar/project.rb', line 200

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