Class: AdWords::V200909::BulkMutateJobService::NegativeAdGroupCriterion

Inherits:
AdGroupCriterion
  • Object
show all
Defined in:
lib/adwords4r/v200909/BulkMutateJobService.rb

Overview

NegativeAdGroupCriterion

  • adGroupId - SOAP::SOAPLong

  • criterion - AdWords::V200909::BulkMutateJobService::Criterion

  • adGroupCriterion_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupId = nil, criterion = nil, adGroupCriterion_Type = nil) ⇒ NegativeAdGroupCriterion

Returns a new instance of NegativeAdGroupCriterion.



576
577
578
579
580
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 576

def initialize(adGroupId = nil, criterion = nil, adGroupCriterion_Type = nil)
  @adGroupId = adGroupId
  @criterion = criterion
  @adGroupCriterion_Type = adGroupCriterion_Type
end

Instance Attribute Details

#adGroupCriterion_TypeObject

Returns the value of attribute adGroupCriterion_Type.



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

def adGroupCriterion_Type
  @adGroupCriterion_Type
end

#adGroupIdObject

Returns the value of attribute adGroupId.



572
573
574
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 572

def adGroupId
  @adGroupId
end

#criterionObject

Returns the value of attribute criterion.



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

def criterion
  @criterion
end