Class: Space::Screen::View

Inherits:
Object
  • Object
show all
Includes:
Helpers
Defined in:
lib/space/screen/view.rb

Direct Known Subclasses

Dashboard, Progress

Instance Attribute Summary collapse

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

#initialize(project) ⇒ View

Returns a new instance of View.



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

def initialize(project)
  @project = project
end

Instance Attribute Details

#projectObject (readonly)

Returns the value of attribute project.



8
9
10
# File 'lib/space/screen/view.rb', line 8

def project
  @project
end