Class: Heroku::Command::Logs
- Inherits:
-
BaseWithApp
- Object
- Base
- BaseWithApp
- Heroku::Command::Logs
- Defined in:
- lib/heroku/commands/logs.rb
Instance Attribute Summary
Attributes inherited from BaseWithApp
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from BaseWithApp
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
#cron ⇒ Object
7 8 9 |
# File 'lib/heroku/commands/logs.rb', line 7 def cron display heroku.cron_logs(app) end |
#index ⇒ Object
3 4 5 |
# File 'lib/heroku/commands/logs.rb', line 3 def index display heroku.logs(app) end |