lib/bamboozled/base.rb in bamboozled-0.0.3 vs lib/bamboozled/base.rb in bamboozled-0.0.4

- old
+ new

@@ -12,9 +12,13 @@ def report @report ||= Bamboozled::API::Report.new(@subdomain, @api_key) end + def meta + @meta ||= Bamboozled::API::Meta.new(@subdomain, @api_key) + end + def time_off @time_off ||= Bamboozled::API::TimeOff.new(@subdomain, @api_key) end end end