Class: PivotalAPI::Analytics
- Defined in:
- lib/pivotal-tracker-api/analytics.rb
Instance Attribute Summary collapse
-
#bugs_created ⇒ Object
Returns the value of attribute bugs_created.
-
#cycle_time ⇒ Object
Returns the value of attribute cycle_time.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#rejection_rate ⇒ Object
Returns the value of attribute rejection_rate.
-
#stories_accepted ⇒ Object
Returns the value of attribute stories_accepted.
Method Summary
Methods inherited from Base
from_json, #initialize, #to_json
Constructor Details
This class inherits a constructor from PivotalAPI::Base
Instance Attribute Details
#bugs_created ⇒ Object
Returns the value of attribute bugs_created.
20 21 22 |
# File 'lib/pivotal-tracker-api/analytics.rb', line 20 def bugs_created @bugs_created end |
#cycle_time ⇒ Object
Returns the value of attribute cycle_time.
20 21 22 |
# File 'lib/pivotal-tracker-api/analytics.rb', line 20 def cycle_time @cycle_time end |
#kind ⇒ Object
Returns the value of attribute kind.
20 21 22 |
# File 'lib/pivotal-tracker-api/analytics.rb', line 20 def kind @kind end |
#rejection_rate ⇒ Object
Returns the value of attribute rejection_rate.
20 21 22 |
# File 'lib/pivotal-tracker-api/analytics.rb', line 20 def rejection_rate @rejection_rate end |
#stories_accepted ⇒ Object
Returns the value of attribute stories_accepted.
20 21 22 |
# File 'lib/pivotal-tracker-api/analytics.rb', line 20 def stories_accepted @stories_accepted end |