Class: AdWords::V201008::CampaignCriterionService::ContentLabel
- Inherits:
-
Criterion
- Object
- Criterion
- AdWords::V201008::CampaignCriterionService::ContentLabel
- Defined in:
- lib/adwords4r/v201008/CampaignCriterionService.rb
Overview
ContentLabel
-
id - SOAP::SOAPLong
-
criterion_Type - SOAP::SOAPString
-
contentLabelType - AdWords::V201008::CampaignCriterionService::ContentLabelType
Instance Attribute Summary collapse
-
#contentLabelType ⇒ Object
Returns the value of attribute contentLabelType.
-
#criterion_Type ⇒ Object
Returns the value of attribute criterion_Type.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id = nil, criterion_Type = nil, contentLabelType = nil) ⇒ ContentLabel
constructor
A new instance of ContentLabel.
Constructor Details
#initialize(id = nil, criterion_Type = nil, contentLabelType = nil) ⇒ ContentLabel
Returns a new instance of ContentLabel.
726 727 728 729 730 |
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 726 def initialize(id = nil, criterion_Type = nil, contentLabelType = nil) @id = id @criterion_Type = criterion_Type @contentLabelType = contentLabelType end |
Instance Attribute Details
#contentLabelType ⇒ Object
Returns the value of attribute contentLabelType.
724 725 726 |
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 724 def contentLabelType @contentLabelType end |
#criterion_Type ⇒ Object
Returns the value of attribute criterion_Type.
723 724 725 |
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 723 def criterion_Type @criterion_Type end |
#id ⇒ Object
Returns the value of attribute id.
722 723 724 |
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 722 def id @id end |