Module: Chamber::Commands::Heroku

Included in:
Clear, Compare, Pull, Push
Defined in:
lib/chamber/commands/heroku.rb,
lib/chamber/commands/heroku/pull.rb,
lib/chamber/commands/heroku/push.rb,
lib/chamber/commands/heroku/clear.rb,
lib/chamber/commands/heroku/compare.rb

Defined Under Namespace

Classes: Clear, Compare, Pull, Push

Instance Method Summary collapse

Instance Method Details

#initialize(options = {}) ⇒ Object



7
8
9
10
11
# File 'lib/chamber/commands/heroku.rb', line 7

def initialize(options = {})
  super

  self.app = options[:app]
end