class Eloqua::RESTClient

Public Instance Methods

build_path(*segments) click to toggle source
Calls superclass method Eloqua::Client#build_path
# File lib/eloqua_api/rest_client.rb, line 21
def build_path(*segments)
  super('/REST/', *segments)
end