Module: AdopsReportScrapper
- Defined in:
- lib/adops_report_scrapper.rb,
lib/adops_report_scrapper/version.rb
Defined Under Namespace
Classes: AdaptvClient, AdforgeClient, AdiplyClient, AdsenseClient, AdsparcClient, AdsupplyClient, AdsupplybuyerClient, AdtechusClient, AdtomationClient, AdxClient, AnyclipClient, AppnexusClient, BaseClient, BrightcomClient, BrightrollClient, BrowsiClient, ContentadClient, ConversantClient, CriteoClient, EmailClient, FacebookaudienceClient, GcsClient, GumgumClient, ImonomyClient, IndexexchangeClient, LittlethingsClient, LiveintentClient, LkqdClient, MarfeelClient, NativoClient, NetseerClient, OpenxClient, PopadsbuyerClient, PositivemobileClient, RevcontentClient, RhythmoneClient, RubiconClient, SonobiClient, SovrnClient, SpotxchangeClient, SpringserveClient, TremorClient, TripleliftClient, UndertoneClient, ZedoClient
Constant Summary collapse
- VERSION =
"0.2.52"
Class Method Summary collapse
Class Method Details
.get_scrapper(module_name, login, secret, options = nil) ⇒ Object
4 5 6 7 |
# File 'lib/adops_report_scrapper.rb', line 4 def self.get_scrapper(module_name, login, secret, = nil) scrapper_client_klass = self.const_get "#{self.camelcase(module_name)}Client" scrapper_client_klass.new(login, secret, ) end |