Class: AdWords::V201008::BulkMutateJobService::EntityCountLimitExceeded

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

Overview

EntityCountLimitExceeded abstract

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V201008::BulkMutateJobService::EntityCountLimitExceededReason

  • enclosingId - SOAP::SOAPString

  • limit - SOAP::SOAPInt

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.



1565
1566
1567
1568
1569
1570
1571
1572
1573
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1565

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.



1560
1561
1562
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1560

def apiError_Type
  @apiError_Type
end

#enclosingIdObject

Returns the value of attribute enclosingId.



1562
1563
1564
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1562

def enclosingId
  @enclosingId
end

#errorStringObject

Returns the value of attribute errorString.



1559
1560
1561
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1559

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



1557
1558
1559
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1557

def fieldPath
  @fieldPath
end

#limitObject

Returns the value of attribute limit.



1563
1564
1565
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1563

def limit
  @limit
end

#reasonObject

Returns the value of attribute reason.



1561
1562
1563
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1561

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



1558
1559
1560
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1558

def trigger
  @trigger
end