Class: Bricky::Commands::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/bricky/commands/base.rb

Direct Known Subclasses

Bootstrap, Builder, Install, Version

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Base

Returns a new instance of Base.



8
9
10
# File 'lib/bricky/commands/base.rb', line 8

def initialize(options)
  @options = options
end

Instance Attribute Details

#optionsObject

Returns the value of attribute options.



6
7
8
# File 'lib/bricky/commands/base.rb', line 6

def options
  @options
end

Instance Method Details

#loggerObject



12
13
14
# File 'lib/bricky/commands/base.rb', line 12

def logger
  Bricky.logger
end