Class: Pivotal::Client::Story
- Inherits:
-
Cistern::Model
- Object
- Cistern::Model
- Pivotal::Client::Story
- Defined in:
- lib/pivotal/models/story.rb
Instance Attribute Summary collapse
-
#stories ⇒ Object
Returns the value of attribute stories.
Instance Method Summary collapse
Instance Attribute Details
#stories ⇒ Object
Returns the value of attribute stories.
17 18 19 |
# File 'lib/pivotal/models/story.rb', line 17 def stories @stories end |
Instance Method Details
#iterations ⇒ Object
19 20 21 |
# File 'lib/pivotal/models/story.rb', line 19 def iterations self.iterations.all(project_id: self.identity) end |