Class: AdWords::V201008::CampaignCriterionService::Product
- Defined in:
- lib/adwords4r/v201008/CampaignCriterionService.rb
Overview
Product
-
id - SOAP::SOAPLong
-
criterion_Type - SOAP::SOAPString
-
conditions - AdWords::V201008::CampaignCriterionService::ProductCondition
-
text - SOAP::SOAPString
Instance Attribute Summary collapse
-
#conditions ⇒ Object
Returns the value of attribute conditions.
-
#criterion_Type ⇒ Object
Returns the value of attribute criterion_Type.
-
#id ⇒ Object
Returns the value of attribute id.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
-
#initialize(id = nil, criterion_Type = nil, conditions = [], text = nil) ⇒ Product
constructor
A new instance of Product.
Constructor Details
#initialize(id = nil, criterion_Type = nil, conditions = [], text = nil) ⇒ Product
Returns a new instance of Product.
820 821 822 823 824 825 |
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 820 def initialize(id = nil, criterion_Type = nil, conditions = [], text = nil) @id = id @criterion_Type = criterion_Type @conditions = conditions @text = text end |
Instance Attribute Details
#conditions ⇒ Object
Returns the value of attribute conditions.
817 818 819 |
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 817 def conditions @conditions end |
#criterion_Type ⇒ Object
Returns the value of attribute criterion_Type.
816 817 818 |
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 816 def criterion_Type @criterion_Type end |
#id ⇒ Object
Returns the value of attribute id.
815 816 817 |
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 815 def id @id end |
#text ⇒ Object
Returns the value of attribute text.
818 819 820 |
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 818 def text @text end |