Class: Space::View::Dashboard

Inherits:
Space::View show all
Defined in:
lib/space/view/dashboard.rb

Instance Attribute Summary

Attributes inherited from Space::View

#project

Instance Method Summary collapse

Methods inherited from Space::View

#notify

Constructor Details

#initializeDashboard

Returns a new instance of Dashboard.



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

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