Class: AdwordsApi::V200909::CampaignService::StatsQueryError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/adwords_api/v200909/CampaignService.rb

Overview

StatsQueryError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdwordsApi::V200909::CampaignService::StatsQueryErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of StatsQueryError.



714
715
716
717
718
719
# File 'lib/adwords_api/v200909/CampaignService.rb', line 714

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.



711
712
713
# File 'lib/adwords_api/v200909/CampaignService.rb', line 711

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



709
710
711
# File 'lib/adwords_api/v200909/CampaignService.rb', line 709

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



712
713
714
# File 'lib/adwords_api/v200909/CampaignService.rb', line 712

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



710
711
712
# File 'lib/adwords_api/v200909/CampaignService.rb', line 710

def trigger
  @trigger
end