Class: Inch::Evaluation::ScoreRange

Inherits:
Struct
  • Object
show all
Defined in:
lib/inch/evaluation/score_range.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bg_colorObject

Returns the value of attribute bg_color

Returns:

  • (Object)

    the current value of bg_color



3
4
5
# File 'lib/inch/evaluation/score_range.rb', line 3

def bg_color
  @bg_color
end

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



3
4
5
# File 'lib/inch/evaluation/score_range.rb', line 3

def color
  @color
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



3
4
5
# File 'lib/inch/evaluation/score_range.rb', line 3

def description
  @description
end

#gradeObject

Returns the value of attribute grade

Returns:

  • (Object)

    the current value of grade



3
4
5
# File 'lib/inch/evaluation/score_range.rb', line 3

def grade
  @grade
end

#objectsObject

Returns code_objects that received a score with the defined range



5
6
7
# File 'lib/inch/evaluation/score_range.rb', line 5

def objects
  @objects
end

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



3
4
5
# File 'lib/inch/evaluation/score_range.rb', line 3

def range
  @range
end