Class: AdwordsApi::V201008::BulkMutateJobService::AdExtensionError

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

Overview

AdExtensionError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V201008::BulkMutateJobService::AdExtensionErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AdExtensionError.



1139
1140
1141
1142
1143
1144
1145
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 1139

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.



1136
1137
1138
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 1136

def apiError_Type
  @apiError_Type
end

#errorStringObject

Returns the value of attribute errorString.



1135
1136
1137
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 1135

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



1133
1134
1135
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 1133

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



1137
1138
1139
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 1137

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



1134
1135
1136
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 1134

def trigger
  @trigger
end