Class: Space::Screen::Dashboard

Inherits:
View
  • Object
show all
Defined in:
lib/space/screen/dashboard.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



11
12
13
# File 'lib/space/screen/dashboard.rb', line 11

def notify(event)
  render
end

#renderObject



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

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