Class: NetguruBootstrapper::StructureParser

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/netguru_bootstrapper/structure_parser.rb

Instance Method Summary collapse

Constructor Details

#initializeStructureParser

Returns a new instance of StructureParser.



5
6
7
8
# File 'lib/netguru_bootstrapper/structure_parser.rb', line 5

def initialize
  path = File.expand_path('../../structure.yml', __FILE__)
  super(YAML.load_file(path))
end