Class: PivotalAPI::Stories

Inherits:
Story show all
Defined in:
lib/pivotal-tracker-api/story.rb

Instance Attribute Summary

Attributes inherited from Story

#accepted_at, #after_id, #before_id, #comment_ids, #comments, #created_at, #current_state, #cycle_time_details, #deadline, #description, #estimate, #external_id, #follower_ids, #followers, #has_attachments, #id, #integration_id, #kind, #label_ids, #labels, #name, #owner_ids, #owners, #project_id, #requested_by, #requested_by_id, #story_type, #task_ids, #tasks, #transitions, #updated_at, #url

Class Method Summary collapse

Methods inherited from Story

fields, #hours, #overdue?, #update

Methods inherited from Base

#initialize, #to_json

Constructor Details

This class inherits a constructor from PivotalAPI::Base

Class Method Details

.from_json(json) ⇒ Object



226
227
228
# File 'lib/pivotal-tracker-api/story.rb', line 226

def self.from_json(json)
  parse_json_stories(json)
end