Class: Space::Screen::Progress

Inherits:
View
  • Object
show all
Defined in:
lib/space/screen/progress.rb

Instance Attribute Summary

Attributes inherited from View

#project

Instance Method Summary collapse

Methods inherited from View

#initialize

Methods included from Helpers

#bundle_deps, #bundle_info, #bundle_status, #format_boolean, #git_ahead, #git_status, #i, #project_title, #repo_local, #repo_local?, #repo_name, #repo_selected?, #repo_status, #tableize

Constructor Details

This class inherits a constructor from Space::Screen::View

Instance Method Details

#notify(event) ⇒ Object



10
11
12
# File 'lib/space/screen/progress.rb', line 10

def notify(event)
  print '.'
end

#renderObject



4
5
6
7
8
# File 'lib/space/screen/progress.rb', line 4

def render
  App.logger.debug('RENDER dashboard')
  clear
  render_header
end