Class: Bookbinder::Commands::BookbinderCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/bookbinder/commands/bookbinder_command.rb

Instance Method Summary collapse

Constructor Details

#initialize(logger, configuration_fetcher) ⇒ BookbinderCommand

Returns a new instance of BookbinderCommand.



4
5
6
7
# File 'lib/bookbinder/commands/bookbinder_command.rb', line 4

def initialize(logger, configuration_fetcher)
  @logger = logger
  @configuration_fetcher = configuration_fetcher
end