Class: AdWords::V200909::CampaignService::QuotaCheckError

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

Overview

QuotaCheckError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V200909::CampaignService::QuotaCheckErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of QuotaCheckError.



578
579
580
581
582
583
# File 'lib/adwords4r/v200909/CampaignService.rb', line 578

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.



575
576
577
# File 'lib/adwords4r/v200909/CampaignService.rb', line 575

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



573
574
575
# File 'lib/adwords4r/v200909/CampaignService.rb', line 573

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



576
577
578
# File 'lib/adwords4r/v200909/CampaignService.rb', line 576

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



574
575
576
# File 'lib/adwords4r/v200909/CampaignService.rb', line 574

def trigger
  @trigger
end