DEBSOURCES
Skip Quicknav
sources / ruby-riemann-client / 0.2.3-2 / lib / riemann / attribute.rb
12345678
module Riemann class Attribute include Beefcake::Message required :key, :string, 1 optional :value, :string, 2 end end