Class: AdWords::V201008::AdGroupCriterionService::Product
- Defined in:
- lib/adwords4r/v201008/AdGroupCriterionService.rb
Overview
Product
-
id - SOAP::SOAPLong
-
criterion_Type - SOAP::SOAPString
-
conditions - AdWords::V201008::AdGroupCriterionService::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.
1266 1267 1268 1269 1270 1271 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1266 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.
1263 1264 1265 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1263 def conditions @conditions end |
#criterion_Type ⇒ Object
Returns the value of attribute criterion_Type.
1262 1263 1264 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1262 def criterion_Type @criterion_Type end |
#id ⇒ Object
Returns the value of attribute id.
1261 1262 1263 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1261 def id @id end |
#text ⇒ Object
Returns the value of attribute text.
1264 1265 1266 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1264 def text @text end |