Class: AdWords::V201003::CampaignAdExtensionService::RateExceededError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/adwords4r/v201003/CampaignAdExtensionService.rb

Overview

RateExceededError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V201003::CampaignAdExtensionService::RateExceededErrorReason

  • rateName - SOAP::SOAPString

  • rateScope - SOAP::SOAPString

  • retryAfterSeconds - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil, rateName = nil, rateScope = nil, retryAfterSeconds = nil) ⇒ RateExceededError

Returns a new instance of RateExceededError.



547
548
549
550
551
552
553
554
555
556
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 547

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

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



541
542
543
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 541

def apiError_Type
  @apiError_Type
end

#errorStringObject

Returns the value of attribute errorString.



540
541
542
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 540

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



538
539
540
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 538

def fieldPath
  @fieldPath
end

#rateNameObject

Returns the value of attribute rateName.



543
544
545
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 543

def rateName
  @rateName
end

#rateScopeObject

Returns the value of attribute rateScope.



544
545
546
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 544

def rateScope
  @rateScope
end

#reasonObject

Returns the value of attribute reason.



542
543
544
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 542

def reason
  @reason
end

#retryAfterSecondsObject

Returns the value of attribute retryAfterSeconds.



545
546
547
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 545

def retryAfterSeconds
  @retryAfterSeconds
end

#triggerObject

Returns the value of attribute trigger.



539
540
541
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 539

def trigger
  @trigger
end