Class: Issue::SprintMembership
- Inherits:
-
Data
- Object
- Data
- Issue::SprintMembership
- Defined in:
- lib/jirametrics/issue.rb
Overview
A sprint the issue was added to: its start (all we care about is whether it started) and the change that added it.
Instance Attribute Summary collapse
-
#change ⇒ Object
readonly
Returns the value of attribute change.
-
#sprint_id ⇒ Object
readonly
Returns the value of attribute sprint_id.
-
#sprint_start ⇒ Object
readonly
Returns the value of attribute sprint_start.
Instance Attribute Details
#change ⇒ Object (readonly)
Returns the value of attribute change
238 239 240 |
# File 'lib/jirametrics/issue.rb', line 238 def change @change end |
#sprint_id ⇒ Object (readonly)
Returns the value of attribute sprint_id
238 239 240 |
# File 'lib/jirametrics/issue.rb', line 238 def sprint_id @sprint_id end |
#sprint_start ⇒ Object (readonly)
Returns the value of attribute sprint_start
238 239 240 |
# File 'lib/jirametrics/issue.rb', line 238 def sprint_start @sprint_start end |