Class: AdWords::V201008::BulkMutateJobService::AdGroupCriterion

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

Overview

AdGroupCriterion

  • adGroupId - SOAP::SOAPLong

  • criterion - AdWords::V201008::BulkMutateJobService::Criterion

  • adGroupCriterion_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AdGroupCriterion.



787
788
789
790
791
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 787

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.



785
786
787
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 785

def adGroupCriterion_Type
  @adGroupCriterion_Type
end

#adGroupIdObject

Returns the value of attribute adGroupId.



783
784
785
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 783

def adGroupId
  @adGroupId
end

#criterionObject

Returns the value of attribute criterion.



784
785
786
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 784

def criterion
  @criterion
end