Class: NetguruBootstrapper::StructureParser
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- NetguruBootstrapper::StructureParser
- Defined in:
- lib/netguru_bootstrapper/structure_parser.rb
Instance Method Summary collapse
-
#initialize ⇒ StructureParser
constructor
A new instance of StructureParser.
Constructor Details
#initialize ⇒ StructureParser
Returns a new instance of StructureParser.
5 6 7 8 |
# File 'lib/netguru_bootstrapper/structure_parser.rb', line 5 def initialize path = File.('../../structure.yml', __FILE__) super(YAML.load_file(path)) end |