Class: AdWords::V201008::BulkMutateJobService::AdGroupCriterion
- Inherits:
-
Object
- Object
- AdWords::V201008::BulkMutateJobService::AdGroupCriterion
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
AdGroupCriterion
-
adGroupId - SOAP::SOAPLong
-
criterion - AdWords::V201008::BulkMutateJobService::Criterion
-
adGroupCriterion_Type - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#adGroupCriterion_Type ⇒ Object
Returns the value of attribute adGroupCriterion_Type.
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#criterion ⇒ Object
Returns the value of attribute criterion.
Instance Method Summary collapse
-
#initialize(adGroupId = nil, criterion = nil, adGroupCriterion_Type = nil) ⇒ AdGroupCriterion
constructor
A new instance of AdGroupCriterion.
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_Type ⇒ Object
Returns the value of attribute adGroupCriterion_Type.
785 786 787 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 785 def adGroupCriterion_Type @adGroupCriterion_Type end |
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
783 784 785 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 783 def adGroupId @adGroupId end |
#criterion ⇒ Object
Returns the value of attribute criterion.
784 785 786 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 784 def criterion @criterion end |