Class: AdWords::V200909::AdGroupAdService::AdGroupAdCountLimitExceeded

Inherits:
EntityCountLimitExceeded show all
Defined in:
lib/adwords4r/v200909/AdGroupAdService.rb

Overview

AdGroupAdCountLimitExceeded

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V200909::AdGroupAdService::EntityCountLimitExceededReason

  • enclosingId - SOAP::SOAPString

  • limit - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AdGroupAdCountLimitExceeded.



1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1171

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.



1166
1167
1168
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1166

def apiError_Type
  @apiError_Type
end

#enclosingIdObject

Returns the value of attribute enclosingId.



1168
1169
1170
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1168

def enclosingId
  @enclosingId
end

#fieldPathObject

Returns the value of attribute fieldPath.



1164
1165
1166
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1164

def fieldPath
  @fieldPath
end

#limitObject

Returns the value of attribute limit.



1169
1170
1171
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1169

def limit
  @limit
end

#reasonObject

Returns the value of attribute reason.



1167
1168
1169
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1167

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



1165
1166
1167
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1165

def trigger
  @trigger
end