Class: Mortar::Project::LuigiScript

Inherits:
Script
  • Object
show all
Defined in:
lib/mortar/project.rb

Instance Attribute Summary

Attributes inherited from Script

#name, #path

Instance Method Summary collapse

Methods inherited from Script

#code, #initialize, #rel_path, #to_s

Constructor Details

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

Instance Method Details

#executable_pathObject



240
241
242
# File 'lib/mortar/project.rb', line 240

def executable_path
  "#{self.rel_path}/#{self.name}.py"
end