Class: PivotalAPI::Iterations
- Defined in:
- lib/pivotal-tracker-api/iteration.rb
Instance Attribute Summary
Attributes inherited from Iteration
#analytics, #effective_points, #finish, #kind, #length, #number, #points, #project_id, #start, #stories, #story_ids, #team_strength, #velocity
Class Method Summary collapse
Methods inherited from Iteration
Methods inherited from Base
Constructor Details
This class inherits a constructor from PivotalAPI::Base
Class Method Details
.from_json(json) ⇒ Object
78 79 80 |
# File 'lib/pivotal-tracker-api/iteration.rb', line 78 def self.from_json(json) parse_json_iterations(json) end |