Method: AdCenterWrapper::ApiFault#initialize
- Defined in:
-
lib/NotificationService.rb,
lib/CustomerBillingService.rb,
lib/CustomerManagementService.rb
Returns a new instance of ApiFault.
314 315 316 317 |
# File 'lib/NotificationService.rb', line 314 def initialize(trackingId = nil, operationErrors = nil) @trackingId = trackingId @operationErrors = operationErrors end |