Class: AdwordsApi::V201101::AdGroupAdService::SizeLimitError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/adwords_api/v201101/AdGroupAdService.rb

Overview

SizeLimitError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V201101::AdGroupAdService::SizeLimitErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil) ⇒ SizeLimitError

Returns a new instance of SizeLimitError.



1187
1188
1189
1190
1191
1192
1193
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 1187

def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
  @fieldPath = fieldPath
  @trigger = trigger
  @errorString = errorString
  @apiError_Type = apiError_Type
  @reason = reason
end

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



1184
1185
1186
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 1184

def apiError_Type
  @apiError_Type
end

#errorStringObject

Returns the value of attribute errorString.



1183
1184
1185
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 1183

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



1181
1182
1183
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 1181

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



1185
1186
1187
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 1185

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



1182
1183
1184
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 1182

def trigger
  @trigger
end