Class: Jironimo::IssuesTableRow

Inherits:
Struct
  • Object
show all
Defined in:
lib/jironimo.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assigneeObject

Returns the value of attribute assignee

Returns:

  • (Object)

    the current value of assignee



24
25
26
# File 'lib/jironimo.rb', line 24

def assignee
  @assignee
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



24
25
26
# File 'lib/jironimo.rb', line 24

def key
  @key
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



24
25
26
# File 'lib/jironimo.rb', line 24

def status
  @status
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



24
25
26
# File 'lib/jironimo.rb', line 24

def summary
  @summary
end