Class: Space::View::Progress

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

Instance Attribute Summary

Attributes inherited from Space::View

#project

Instance Method Summary collapse

Methods inherited from Space::View

#notify

Constructor Details

#initializeProgress

Returns a new instance of Progress.



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

def initialize(*)
  Events.subscribe(self, :start, :update)
  super
  render
end