Class: Larrow::Runner::Manifest::Blank
- Inherits:
-
BaseLoader
- Object
- BaseLoader
- Larrow::Runner::Manifest::Blank
- Defined in:
- lib/larrow/runner/manifest/adapter/blank.rb
Instance Attribute Summary
Attributes inherited from BaseLoader
#configuration, #source_accessor
Instance Method Summary collapse
Methods inherited from BaseLoader
Constructor Details
This class inherits a constructor from Larrow::Runner::Manifest::BaseLoader
Instance Method Details
#load ⇒ Object
3 4 5 |
# File 'lib/larrow/runner/manifest/adapter/blank.rb', line 3 def load self.configuration = Configuration.new end |