class SciolyFF::Interpreter::Penalty

Models a team penalty for a Science Olympiad team at a tournament

Attributes

team[R]

Public Instance Methods

points() click to toggle source
# File lib/sciolyff/interpreter/penalty.rb, line 15
def points
  @rep[:points]
end