Class: AdWords::V201003::BulkMutateJobService::AdGroupCriterion

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

Overview

AdGroupCriterion

  • adGroupId - SOAP::SOAPLong

  • criterion - AdWords::V201003::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.



715
716
717
718
719
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 715

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.



713
714
715
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 713

def adGroupCriterion_Type
  @adGroupCriterion_Type
end

#adGroupIdObject

Returns the value of attribute adGroupId.



711
712
713
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 711

def adGroupId
  @adGroupId
end

#criterionObject

Returns the value of attribute criterion.



712
713
714
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 712

def criterion
  @criterion
end