range_snapshot.rb 120 Bytes
class Kalibro::RangeSnapshot < Kalibro::Model

  attr_accessor :beginning, :end, :label, :grade, :color, :comments

end