class Quandl::Logger::GrayLog2::Configuration

Public Instance Methods

options() click to toggle source
# File lib/quandl/logger/graylog2.rb, line 32
def options
  [:hostname, :facility, :version, :level].inject({}){|m,k| m[k] = attributes[k] if attributes[k].present?; m }
end