Class: AdWords::V200909::CampaignService::RequiredError

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

Overview

RequiredError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V200909::CampaignService::RequiredErrorReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of RequiredError.



676
677
678
679
680
681
# File 'lib/adwords4r/v200909/CampaignService.rb', line 676

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.



673
674
675
# File 'lib/adwords4r/v200909/CampaignService.rb', line 673

def apiError_Type
  @apiError_Type
end

#fieldPathObject

Returns the value of attribute fieldPath.



671
672
673
# File 'lib/adwords4r/v200909/CampaignService.rb', line 671

def fieldPath
  @fieldPath
end

#reasonObject

Returns the value of attribute reason.



674
675
676
# File 'lib/adwords4r/v200909/CampaignService.rb', line 674

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



672
673
674
# File 'lib/adwords4r/v200909/CampaignService.rb', line 672

def trigger
  @trigger
end