Class: AdWords::V200909::AdGroupAdService::DateError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/adwords4r/v200909/AdGroupAdService.rb

Overview

DateError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V200909::AdGroupAdService::DateErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DateError.



1103
1104
1105
1106
1107
1108
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1103

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.



1100
1101
1102
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1100

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



1098
1099
1100
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1098

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



1101
1102
1103
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1101

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



1099
1100
1101
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1099

def trigger
  @trigger
end