Class: AdWords::V200909::CampaignTargetService::SizeLimitError

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

Overview

SizeLimitError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V200909::CampaignTargetService::SizeLimitErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SizeLimitError.



742
743
744
745
746
747
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 742

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.



739
740
741
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 739

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



737
738
739
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 737

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



740
741
742
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 740

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



738
739
740
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 738

def trigger
  @trigger
end