Class: AdwordsApi::V201101::TargetingIdeaService::NullError

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

Overview

NullError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V201101::TargetingIdeaService::NullErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NullError.



412
413
414
415
416
417
418
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 412

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.



409
410
411
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 409

def apiError_Type
  @apiError_Type
end

#errorStringObject

Returns the value of attribute errorString.



408
409
410
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 408

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



406
407
408
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 406

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



410
411
412
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 410

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



407
408
409
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 407

def trigger
  @trigger
end