Class: AdwordsApi::V201101::DataService::RequiredError

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

Overview

RequiredError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V201101::DataService::RequiredErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of RequiredError.



541
542
543
544
545
546
547
# File 'lib/adwords_api/v201101/DataService.rb', line 541

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.



538
539
540
# File 'lib/adwords_api/v201101/DataService.rb', line 538

def apiError_Type
  @apiError_Type
end

#errorStringObject

Returns the value of attribute errorString.



537
538
539
# File 'lib/adwords_api/v201101/DataService.rb', line 537

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



535
536
537
# File 'lib/adwords_api/v201101/DataService.rb', line 535

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



539
540
541
# File 'lib/adwords_api/v201101/DataService.rb', line 539

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



536
537
538
# File 'lib/adwords_api/v201101/DataService.rb', line 536

def trigger
  @trigger
end