Class: Renogen::ExtractionStratagies::YamlFile::Provider
- Defined in:
- lib/renogen/extraction_stratagies/yaml_file/provider.rb
Overview
Reads change data from files in configured directory
Instance Method Summary collapse
-
#extract ⇒ ChangeLog::Model
Parse changes from source.
-
#initialize(options = {}) ⇒ Provider
constructor
A new instance of Provider.
Methods inherited from Base
Constructor Details
Instance Method Details
#extract ⇒ ChangeLog::Model
Parse changes from source
18 19 20 |
# File 'lib/renogen/extraction_stratagies/yaml_file/provider.rb', line 18 def extract @yaml_parser.parse! end |