Class: PivotalAPI::CycleTimeDetails
- Defined in:
- lib/pivotal-tracker-api/cycle_time_details.rb
Instance Attribute Summary collapse
-
#delivered_count ⇒ Object
Returns the value of attribute delivered_count.
-
#delivered_time ⇒ Object
Returns the value of attribute delivered_time.
-
#finished_count ⇒ Object
Returns the value of attribute finished_count.
-
#finished_time ⇒ Object
Returns the value of attribute finished_time.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#rejected_count ⇒ Object
Returns the value of attribute rejected_count.
-
#rejected_time ⇒ Object
Returns the value of attribute rejected_time.
-
#started_count ⇒ Object
Returns the value of attribute started_count.
-
#started_time ⇒ Object
Returns the value of attribute started_time.
-
#story_id ⇒ Object
Returns the value of attribute story_id.
-
#total_cycle_time ⇒ Object
Returns the value of attribute total_cycle_time.
Method Summary
Methods inherited from Base
from_json, #initialize, #to_json
Constructor Details
This class inherits a constructor from PivotalAPI::Base
Instance Attribute Details
#delivered_count ⇒ Object
Returns the value of attribute delivered_count.
38 39 40 |
# File 'lib/pivotal-tracker-api/cycle_time_details.rb', line 38 def delivered_count @delivered_count end |
#delivered_time ⇒ Object
Returns the value of attribute delivered_time.
38 39 40 |
# File 'lib/pivotal-tracker-api/cycle_time_details.rb', line 38 def delivered_time @delivered_time end |
#finished_count ⇒ Object
Returns the value of attribute finished_count.
38 39 40 |
# File 'lib/pivotal-tracker-api/cycle_time_details.rb', line 38 def finished_count @finished_count end |
#finished_time ⇒ Object
Returns the value of attribute finished_time.
38 39 40 |
# File 'lib/pivotal-tracker-api/cycle_time_details.rb', line 38 def finished_time @finished_time end |
#kind ⇒ Object
Returns the value of attribute kind.
38 39 40 |
# File 'lib/pivotal-tracker-api/cycle_time_details.rb', line 38 def kind @kind end |
#rejected_count ⇒ Object
Returns the value of attribute rejected_count.
38 39 40 |
# File 'lib/pivotal-tracker-api/cycle_time_details.rb', line 38 def rejected_count @rejected_count end |
#rejected_time ⇒ Object
Returns the value of attribute rejected_time.
38 39 40 |
# File 'lib/pivotal-tracker-api/cycle_time_details.rb', line 38 def rejected_time @rejected_time end |
#started_count ⇒ Object
Returns the value of attribute started_count.
38 39 40 |
# File 'lib/pivotal-tracker-api/cycle_time_details.rb', line 38 def started_count @started_count end |
#started_time ⇒ Object
Returns the value of attribute started_time.
38 39 40 |
# File 'lib/pivotal-tracker-api/cycle_time_details.rb', line 38 def started_time @started_time end |
#story_id ⇒ Object
Returns the value of attribute story_id.
38 39 40 |
# File 'lib/pivotal-tracker-api/cycle_time_details.rb', line 38 def story_id @story_id end |
#total_cycle_time ⇒ Object
Returns the value of attribute total_cycle_time.
38 39 40 |
# File 'lib/pivotal-tracker-api/cycle_time_details.rb', line 38 def total_cycle_time @total_cycle_time end |