Class: PivotalDoc::Sprint
- Inherits:
-
Object
- Object
- PivotalDoc::Sprint
- Includes:
- Work
- Defined in:
- lib/pivotal_doc/sprint.rb
Instance Attribute Summary collapse
-
#iteration ⇒ Object
readonly
Returns the value of attribute iteration.
-
#project ⇒ Object
readonly
Returns the value of attribute project.
Instance Method Summary collapse
- #generator(format = :html) ⇒ Object
-
#initialize(project) ⇒ Sprint
constructor
A new instance of Sprint.
- #name ⇒ Object
Methods included from Work
#bugs, #chores, #features, #project_name, #stories
Constructor Details
Instance Attribute Details
#iteration ⇒ Object (readonly)
Returns the value of attribute iteration.
6 7 8 |
# File 'lib/pivotal_doc/sprint.rb', line 6 def iteration @iteration end |
#project ⇒ Object (readonly)
Returns the value of attribute project.
5 6 7 |
# File 'lib/pivotal_doc/sprint.rb', line 5 def project @project end |
Instance Method Details
#generator(format = :html) ⇒ Object
15 16 17 |
# File 'lib/pivotal_doc/sprint.rb', line 15 def generator(format=:html) {:html=>PivotalDoc::Generators::Sprint}[format] end |
#name ⇒ Object
13 |
# File 'lib/pivotal_doc/sprint.rb', line 13 def name; nil end |