Class: Mortar::Project::PythonUDFs

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



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

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