class Dashing::Newrelic::Configuration

Attributes

api_key[RW]
application_ids[RW]

Public Class Methods

new() click to toggle source
# File lib/dashing/newrelic/configuration.rb, line 7
def initialize
  @api_key          = ''
  @application_ids  = []
end