lib/bamboozled.rb in bamboozled-0.0.3 vs lib/bamboozled.rb in bamboozled-0.0.4
- old
+ new
@@ -6,10 +6,10 @@
require 'bamboozled/version'
require 'bamboozled/errors'
require 'bamboozled/base'
-%w(base employee report time_off).each {|a| require "bamboozled/api/#{a}"}
+%w(base employee report time_off meta).each {|a| require "bamboozled/api/#{a}"}
module Bamboozled
class << self
# Creates a standard client that will raise all errors it encounters
def client(subdomain: nil, api_key: nil)