module GraphiteAPI

Constants

VERSION

Public Class Methods

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