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