metric.rb 111 Bytes
class Kalibro::Entities::Metric < Kalibro::Entities::Entity
  
  attr_accessor :name, :scope, :description

end