class Hubspot::Base

Public Instance Methods

send(verb = :get, url, options) click to toggle source
# File lib/hubspot.rb, line 41
def send(verb = :get, url, options)
  self.method(verb).call(url, options)
end