Class: AdwordsApi::V200909::CampaignAdExtensionService::PagingError

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

Overview

PagingError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V200909::CampaignAdExtensionService::PagingErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PagingError.



421
422
423
424
425
426
# File 'lib/adwords_api/v200909/CampaignAdExtensionService.rb', line 421

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.



418
419
420
# File 'lib/adwords_api/v200909/CampaignAdExtensionService.rb', line 418

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



416
417
418
# File 'lib/adwords_api/v200909/CampaignAdExtensionService.rb', line 416

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



419
420
421
# File 'lib/adwords_api/v200909/CampaignAdExtensionService.rb', line 419

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



417
418
419
# File 'lib/adwords_api/v200909/CampaignAdExtensionService.rb', line 417

def trigger
  @trigger
end