Class: AdwordsApi::V200909::CampaignAdExtensionService::QuotaCheckError

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

Overview

QuotaCheckError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V200909::CampaignAdExtensionService::QuotaCheckErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of QuotaCheckError.



440
441
442
443
444
445
# File 'lib/adwords_api/v200909/CampaignAdExtensionService.rb', line 440

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.



437
438
439
# File 'lib/adwords_api/v200909/CampaignAdExtensionService.rb', line 437

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



435
436
437
# File 'lib/adwords_api/v200909/CampaignAdExtensionService.rb', line 435

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



438
439
440
# File 'lib/adwords_api/v200909/CampaignAdExtensionService.rb', line 438

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



436
437
438
# File 'lib/adwords_api/v200909/CampaignAdExtensionService.rb', line 436

def trigger
  @trigger
end