Class: AdWords::V201003::BulkMutateJobService::AdGroupCriterion
- Inherits:
-
Object
- Object
- AdWords::V201003::BulkMutateJobService::AdGroupCriterion
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
AdGroupCriterion
-
adGroupId - SOAP::SOAPLong
-
criterion - AdWords::V201003::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.
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_Type ⇒ Object
Returns the value of attribute adGroupCriterion_Type.
713 714 715 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 713 def adGroupCriterion_Type @adGroupCriterion_Type end |
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
711 712 713 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 711 def adGroupId @adGroupId end |
#criterion ⇒ Object
Returns the value of attribute criterion.
712 713 714 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 712 def criterion @criterion end |