Class: XxxRename::SiteClients::DigitalPlayground

Inherits:
MGPremium
  • Object
show all
Defined in:
lib/xxx_rename/site_clients/digital_playground.rb

Constant Summary

Constants inherited from MGPremium

MGPremium::ACTOR_ENDPOINT, MGPremium::SEARCH_ENDPOINT

Constants included from Utils

Utils::RETRIABLE_ERRORS

Instance Attribute Summary

Attributes inherited from Base

#config, #source_format

Instance Method Summary collapse

Methods inherited from MGPremium

#actor_details, #search

Methods included from Utils

#adjust_apostrophe, #api_error, #handle_response!

Methods inherited from Base

#search

Methods included from Configuration

included

Constructor Details

#initialize(config) ⇒ DigitalPlayground

Returns a new instance of DigitalPlayground.



10
11
12
# File 'lib/xxx_rename/site_clients/digital_playground.rb', line 10

def initialize(config)
  super(config, site_url: "https://www.digitalplayground.com")
end