module GraphiteAPI

Constants

ROOT
VERSION

Public Class Methods

new(options) click to toggle source
# File lib/graphite-api.rb, line 23
def self.new options
  Client.new options
end
version() click to toggle source
# File lib/graphite-api.rb, line 19
def self.version
  GraphiteAPI::VERSION
end