Class: AdWords::V200909::TargetingIdeaService::InternalApiError

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

Overview

InternalApiError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V200909::TargetingIdeaService::InternalApiErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalApiError.



699
700
701
702
703
704
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 699

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.



696
697
698
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 696

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



694
695
696
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 694

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



697
698
699
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 697

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



695
696
697
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 695

def trigger
  @trigger
end