Class: Larrow::Runner::Manifest::Blank

Inherits:
BaseLoader
  • Object
show all
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

#config_file, #initialize

Constructor Details

This class inherits a constructor from Larrow::Runner::Manifest::BaseLoader

Instance Method Details

#loadObject



3
4
5
# File 'lib/larrow/runner/manifest/adapter/blank.rb', line 3

def load
  self.configuration = Configuration.new
end