Class: AdWords::V200909::AdGroupAdService::EntityCountLimitExceeded

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

Overview

EntityCountLimitExceeded abstract

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

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

Returns a new instance of EntityCountLimitExceeded.



1146
1147
1148
1149
1150
1151
1152
1153
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1146

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.



1141
1142
1143
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1141

def apiError_Type
  @apiError_Type
end

#enclosingIdObject

Returns the value of attribute enclosingId.



1143
1144
1145
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1143

def enclosingId
  @enclosingId
end

#fieldPathObject

Returns the value of attribute fieldPath.



1139
1140
1141
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1139

def fieldPath
  @fieldPath
end

#limitObject

Returns the value of attribute limit.



1144
1145
1146
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1144

def limit
  @limit
end

#reasonObject

Returns the value of attribute reason.



1142
1143
1144
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1142

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



1140
1141
1142
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1140

def trigger
  @trigger
end