Class: AdwordsApi::V200909::AdParamService::ApiError

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v200909/AdParamService.rb

Overview

ApiError abstract

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fieldPath = nil, trigger = nil, apiError_Type = nil) ⇒ ApiError

Returns a new instance of ApiError.



180
181
182
183
184
# File 'lib/adwords_api/v200909/AdParamService.rb', line 180

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

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



178
179
180
# File 'lib/adwords_api/v200909/AdParamService.rb', line 178

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



176
177
178
# File 'lib/adwords_api/v200909/AdParamService.rb', line 176

def fieldPath
  @fieldPath
end

#triggerObject

Returns the value of attribute trigger.



177
178
179
# File 'lib/adwords_api/v200909/AdParamService.rb', line 177

def trigger
  @trigger
end