Class: Bookbinder::Commands::BookbinderCommand
- Inherits:
-
Object
- Object
- Bookbinder::Commands::BookbinderCommand
- Defined in:
- lib/bookbinder/commands/bookbinder_command.rb
Direct Known Subclasses
BuildAndPushTarball, GeneratePDF, Publish, PushLocalToStaging, PushToProd, RunPublishCI, Tag, UpdateLocalDocRepos, Version
Instance Method Summary collapse
-
#initialize(logger, configuration_fetcher) ⇒ BookbinderCommand
constructor
A new instance of BookbinderCommand.
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 |