Class: Issue::SprintMembership

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#changeObject (readonly)

Returns the value of attribute change

Returns:

  • (Object)

    the current value of change



238
239
240
# File 'lib/jirametrics/issue.rb', line 238

def change
  @change
end

#sprint_idObject (readonly)

Returns the value of attribute sprint_id

Returns:

  • (Object)

    the current value of sprint_id



238
239
240
# File 'lib/jirametrics/issue.rb', line 238

def sprint_id
  @sprint_id
end

#sprint_startObject (readonly)

Returns the value of attribute sprint_start

Returns:

  • (Object)

    the current value of sprint_start



238
239
240
# File 'lib/jirametrics/issue.rb', line 238

def sprint_start
  @sprint_start
end