Class: AdwordsApi::V200909::BulkMutateJobService::NotWhitelistedError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/adwords_api/v200909/BulkMutateJobService.rb

Overview

NotWhitelistedError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V200909::BulkMutateJobService::NotWhitelistedErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil) ⇒ NotWhitelistedError

Returns a new instance of NotWhitelistedError.



1315
1316
1317
1318
1319
1320
# File 'lib/adwords_api/v200909/BulkMutateJobService.rb', line 1315

def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil)
  @fieldPath = fieldPath
  @trigger = trigger
  @apiError_Type = apiError_Type
  @reason = reason
end

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



1312
1313
1314
# File 'lib/adwords_api/v200909/BulkMutateJobService.rb', line 1312

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



1310
1311
1312
# File 'lib/adwords_api/v200909/BulkMutateJobService.rb', line 1310

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



1313
1314
1315
# File 'lib/adwords_api/v200909/BulkMutateJobService.rb', line 1313

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



1311
1312
1313
# File 'lib/adwords_api/v200909/BulkMutateJobService.rb', line 1311

def trigger
  @trigger
end