Class: AdWords::V200909::AdExtensionOverrideService::AdExtensionOverrideError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/adwords4r/v200909/AdExtensionOverrideService.rb

Overview

AdExtensionOverrideError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V200909::AdExtensionOverrideService::AdExtensionOverrideErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AdExtensionOverrideError.



357
358
359
360
361
362
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 357

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.



354
355
356
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 354

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



352
353
354
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 352

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



355
356
357
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 355

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



353
354
355
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 353

def trigger
  @trigger
end