Class: AdWords::V200909::AdGroupService::QuotaError

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

Overview

QuotaError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V200909::AdGroupService::QuotaErrorReason

  • limit - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of QuotaError.



545
546
547
548
549
550
551
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 545

def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil, limit = nil)
  @fieldPath = fieldPath
  @trigger = trigger
  @apiError_Type = apiError_Type
  @reason = reason
  @limit = limit
end

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



541
542
543
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 541

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



539
540
541
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 539

def fieldPath
  @fieldPath
end

#limitObject

Returns the value of attribute limit.



543
544
545
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 543

def limit
  @limit
end

#reasonObject

Returns the value of attribute reason.



542
543
544
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 542

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



540
541
542
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 540

def trigger
  @trigger
end