module Releases::PluginHelper

Public Instance Methods

command_line_definition_file_path() click to toggle source
# File lib/releases/plugin_helper.rb, line 8
def command_line_definition_file_path
  File.join plugin_root_path, 'etc', 'command_line.yaml'
end
plugin_root_path() click to toggle source
# File lib/releases/plugin_helper.rb, line 12
def plugin_root_path
  File.expand_path File.join('..', '..', '..'), __FILE__
end
plugin_templates_path() click to toggle source
# File lib/releases/plugin_helper.rb, line 4
def plugin_templates_path
  File.join plugin_root_path, 'etc', 'templates'
end