Class: Inch::Evaluation::ScoreRange
- Inherits:
-
Struct
- Object
- Struct
- Inch::Evaluation::ScoreRange
- Defined in:
- lib/inch/evaluation/score_range.rb
Instance Attribute Summary collapse
-
#bg_color ⇒ Object
Returns the value of attribute bg_color.
-
#color ⇒ Object
Returns the value of attribute color.
-
#description ⇒ Object
Returns the value of attribute description.
-
#grade ⇒ Object
Returns the value of attribute grade.
-
#objects ⇒ Object
Returns code_objects that received a score with the defined
range
. -
#range ⇒ Object
Returns the value of attribute range.
Instance Attribute Details
#bg_color ⇒ Object
Returns the value of attribute bg_color
3 4 5 |
# File 'lib/inch/evaluation/score_range.rb', line 3 def bg_color @bg_color end |
#color ⇒ Object
Returns the value of attribute color
3 4 5 |
# File 'lib/inch/evaluation/score_range.rb', line 3 def color @color end |
#description ⇒ Object
Returns the value of attribute description
3 4 5 |
# File 'lib/inch/evaluation/score_range.rb', line 3 def description @description end |
#grade ⇒ Object
Returns the value of attribute grade
3 4 5 |
# File 'lib/inch/evaluation/score_range.rb', line 3 def grade @grade end |
#objects ⇒ Object
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 |
#range ⇒ Object
Returns the value of attribute range
3 4 5 |
# File 'lib/inch/evaluation/score_range.rb', line 3 def range @range end |