Class: Gitload::Commands::Load
- Inherits:
-
Object
- Object
- Gitload::Commands::Load
- Defined in:
- lib/gitload/commands/load.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Load
constructor
A new instance of Load.
- #run ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ Load
6 7 8 |
# File 'lib/gitload/commands/load.rb', line 6 def initialize = {} @config = Config.new end |
Instance Method Details
#run ⇒ Object
10 11 12 |
# File 'lib/gitload/commands/load.rb', line 10 def run @config.apply end |