Class: AdwordsApi::V200909::AdParamService::NullError

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

Overview

NullError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V200909::AdParamService::NullErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NullError.



331
332
333
334
335
336
# File 'lib/adwords_api/v200909/AdParamService.rb', line 331

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

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



328
329
330
# File 'lib/adwords_api/v200909/AdParamService.rb', line 328

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



326
327
328
# File 'lib/adwords_api/v200909/AdParamService.rb', line 326

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



329
330
331
# File 'lib/adwords_api/v200909/AdParamService.rb', line 329

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



327
328
329
# File 'lib/adwords_api/v200909/AdParamService.rb', line 327

def trigger
  @trigger
end