module Restforce::Concerns::Base

def instance_url

def instance_url
  authenticate! unless options[:instance_url]
  options[:instance_url]
end