module TenThousandFeet

Constants

VERSION

Public Class Methods

new(options = {}) click to toggle source
# File lib/ten_thousand_feet.rb, line 5
def self.new(options = {})
  TenThousandFeet::Client.new(options)
end