module Plangrade::ApiHandler

Public Instance Methods

api_handler() click to toggle source
# File lib/plangrade/api_handler.rb, line 4
def api_handler
  establish_api_handler
end
establish_api_handler(opts={}) click to toggle source
# File lib/plangrade/api_handler.rb, line 8
def establish_api_handler(opts={})
  Plangrade::Client.new(opts)
end