Class: Lono::Finder::Blueprint

Inherits:
Base
  • Object
show all
Defined in:
lib/lono/finder/blueprint.rb,
lib/lono/finder/blueprint/configset.rb

Defined Under Namespace

Classes: Configset

Instance Method Summary collapse

Methods inherited from Base

#components, #detect?, #find, find, #find_all, #gems, #initialize, list, #list, #local, #materialized, #project, #vendor

Constructor Details

This class inherits a constructor from Lono::Finder::Base

Instance Method Details

#detection_pathObject



7
8
9
# File 'lib/lono/finder/blueprint.rb', line 7

def detection_path
  "app/templates"
end

#typeObject



3
4
5
# File 'lib/lono/finder/blueprint.rb', line 3

def type
  "blueprint"
end