Class: Flux::PT::Project
- Inherits:
-
Object
- Object
- Flux::PT::Project
- Defined in:
- lib/flux/pivotal_tracker.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(id) ⇒ Project
constructor
A new instance of Project.
- #members ⇒ Object
- #stories ⇒ Object
Constructor Details
#initialize(id) ⇒ Project
Returns a new instance of Project.
14 15 16 |
# File 'lib/flux/pivotal_tracker.rb', line 14 def initialize(id) @id = id end |
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
8 9 10 |
# File 'lib/flux/pivotal_tracker.rb', line 8 def id @id end |