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 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

#initializeDashboard

Returns a new instance of Dashboard.



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

def initialize(*)
  Events.subscribe(self, :finish)
  super
end

Instance Method Details

#notify(event) ⇒ Object



9
10
11
# File 'lib/space/screen/dashboard.rb', line 9

def notify(event)
  render
end