Class: AdWords::V200909::TargetingIdeaService::EntityCountLimitExceeded

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

Overview

EntityCountLimitExceeded abstract

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V200909::TargetingIdeaService::EntityCountLimitExceededReason

  • enclosingId - SOAP::SOAPString

  • limit - SOAP::SOAPInt

Direct Known Subclasses

AdGroupCriterionLimitExceeded

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of EntityCountLimitExceeded.



631
632
633
634
635
636
637
638
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 631

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

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



626
627
628
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 626

def apiError_Type
  @apiError_Type
end

#enclosingIdObject

Returns the value of attribute enclosingId.



628
629
630
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 628

def enclosingId
  @enclosingId
end

#fieldPathObject

Returns the value of attribute fieldPath.



624
625
626
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 624

def fieldPath
  @fieldPath
end

#limitObject

Returns the value of attribute limit.



629
630
631
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 629

def limit
  @limit
end

#reasonObject

Returns the value of attribute reason.



627
628
629
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 627

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



625
626
627
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 625

def trigger
  @trigger
end