Class: AdWords::V200909::AdGroupAdService::AdGroupAdCountLimitExceeded
- Inherits:
-
EntityCountLimitExceeded
- Object
- ApiError
- EntityCountLimitExceeded
- AdWords::V200909::AdGroupAdService::AdGroupAdCountLimitExceeded
- 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
-
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
-
#enclosingId ⇒ Object
Returns the value of attribute enclosingId.
-
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#trigger ⇒ Object
Returns the value of attribute trigger.
Instance Method Summary collapse
-
#initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil, enclosingId = nil, limit = nil) ⇒ AdGroupAdCountLimitExceeded
constructor
A new instance of AdGroupAdCountLimitExceeded.
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_Type ⇒ Object
Returns the value of attribute apiError_Type.
1166 1167 1168 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1166 def apiError_Type @apiError_Type end |
#enclosingId ⇒ Object
Returns the value of attribute enclosingId.
1168 1169 1170 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1168 def enclosingId @enclosingId end |
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
1164 1165 1166 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1164 def fieldPath @fieldPath end |
#limit ⇒ Object
Returns the value of attribute limit.
1169 1170 1171 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1169 def limit @limit end |
#reason ⇒ Object
Returns the value of attribute reason.
1167 1168 1169 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1167 def reason @reason end |
#trigger ⇒ Object
Returns the value of attribute trigger.
1165 1166 1167 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1165 def trigger @trigger end |