Method: AdCenterWrapper::IReportingService#initialize
- Defined in:
- lib/ReportingServiceDriver.rb
#initialize(endpoint_url = nil) ⇒ IReportingService
Returns a new instance of IReportingService.
29 30 31 32 33 34 35 |
# File 'lib/ReportingServiceDriver.rb', line 29 def initialize(endpoint_url = nil) endpoint_url ||= DefaultEndpointUrl super(endpoint_url, nil) self.mapping_registry = ReportingServiceMappingRegistry::EncodedRegistry self.literal_mapping_registry = ReportingServiceMappingRegistry::LiteralRegistry init_methods end |