Class: AdWords::V201008::TargetingIdeaService::EntityCountLimitExceeded

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

Overview

EntityCountLimitExceeded abstract

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V201008::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, errorString = nil, apiError_Type = nil, reason = nil, enclosingId = nil, limit = nil) ⇒ EntityCountLimitExceeded

Returns a new instance of EntityCountLimitExceeded.



723
724
725
726
727
728
729
730
731
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 723

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

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



718
719
720
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 718

def apiError_Type
  @apiError_Type
end

#enclosingIdObject

Returns the value of attribute enclosingId.



720
721
722
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 720

def enclosingId
  @enclosingId
end

#errorStringObject

Returns the value of attribute errorString.



717
718
719
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 717

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



715
716
717
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 715

def fieldPath
  @fieldPath
end

#limitObject

Returns the value of attribute limit.



721
722
723
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 721

def limit
  @limit
end

#reasonObject

Returns the value of attribute reason.



719
720
721
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 719

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



716
717
718
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 716

def trigger
  @trigger
end