Class: Heroku::Command::Logs

Inherits:
BaseWithApp show all
Defined in:
lib/heroku/commands/logs.rb

Instance Attribute Summary

Attributes inherited from BaseWithApp

#app

Attributes inherited from Base

#args, #autodetected_app

Instance Method Summary collapse

Methods inherited from BaseWithApp

#initialize

Methods inherited from Base

#app_urls, #ask, #display, #error, #escape, #extract_app, #extract_app_in_dir, #extract_option, #format_date, #git_remotes, #git_url, #heroku, #initialize, #shell, #web_url

Methods included from Helpers

#home_directory, #running_on_a_mac?, #running_on_windows?

Constructor Details

This class inherits a constructor from Heroku::Command::BaseWithApp

Instance Method Details

#cronObject



7
8
9
# File 'lib/heroku/commands/logs.rb', line 7

def cron
	display heroku.cron_logs(app)
end

#indexObject



3
4
5
# File 'lib/heroku/commands/logs.rb', line 3

def index
	display heroku.logs(app)
end