class Gordon::Recipe
Attributes
application[R]
options[R]
Public Class Methods
new(options)
click to toggle source
# File lib/gordon/recipe.rb, line 5 def initialize(options) @options = options @application = Application::Factory.create(options) end
Public Instance Methods
application_template_path()
click to toggle source
# File lib/gordon/recipe.rb, line 10 def application_template_path application.get_template_path end