module Restforce::Concerns::Base

def inspect

def inspect
  "#<#{self.class} @options=#{@options.inspect}>"
end