Class: AdwordsApi::V201008::BulkMutateJobService::TargetError

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

Overview

TargetError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V201008::BulkMutateJobService::TargetErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TargetError.



2314
2315
2316
2317
2318
2319
2320
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 2314

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

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



2311
2312
2313
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 2311

def apiError_Type
  @apiError_Type
end

#errorStringObject

Returns the value of attribute errorString.



2310
2311
2312
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 2310

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



2308
2309
2310
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 2308

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



2312
2313
2314
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 2312

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



2309
2310
2311
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 2309

def trigger
  @trigger
end