Class: AdWords::V201008::AdGroupAdService::EntityCountLimitExceeded

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

Overview

EntityCountLimitExceeded abstract

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V201008::AdGroupAdService::EntityCountLimitExceededReason

  • enclosingId - SOAP::SOAPString

  • limit - SOAP::SOAPInt

Direct Known Subclasses

AdGroupAdCountLimitExceeded

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.



1214
1215
1216
1217
1218
1219
1220
1221
1222
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1214

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.



1209
1210
1211
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1209

def apiError_Type
  @apiError_Type
end

#enclosingIdObject

Returns the value of attribute enclosingId.



1211
1212
1213
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1211

def enclosingId
  @enclosingId
end

#errorStringObject

Returns the value of attribute errorString.



1208
1209
1210
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1208

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



1206
1207
1208
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1206

def fieldPath
  @fieldPath
end

#limitObject

Returns the value of attribute limit.



1212
1213
1214
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1212

def limit
  @limit
end

#reasonObject

Returns the value of attribute reason.



1210
1211
1212
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1210

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



1207
1208
1209
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 1207

def trigger
  @trigger
end