class EngagingNetworks::Base

Public Instance Methods

action_path() click to toggle source
# File lib/engaging_networks/base.rb, line 16
def action_path
  "/ea-action/action"
end
data_path() click to toggle source
# File lib/engaging_networks/base.rb, line 8
def data_path
  "/ea-dataservice/data.service"
end
export_path() click to toggle source
# File lib/engaging_networks/base.rb, line 12
def export_path
  "/ea-dataservice/export.service"
end
import_path() click to toggle source
# File lib/engaging_networks/base.rb, line 4
def import_path
  "/ea-dataservice/import.service"
end
scrape() click to toggle source
# File lib/engaging_networks/base.rb, line 20
def scrape
  @scrape ||= EngagingNetworks::Scrape::Client.new(username: client.connection.configuration.options[:username], password: client.connection.configuration.options[:password])
end