Class: AdWords::V201008::AdGroupCriterionService::Keyword
- Defined in:
- lib/adwords4r/v201008/AdGroupCriterionService.rb
Overview
Keyword
-
id - SOAP::SOAPLong
-
criterion_Type - SOAP::SOAPString
-
text - SOAP::SOAPString
-
matchType - AdWords::V201008::AdGroupCriterionService::KeywordMatchType
Instance Attribute Summary collapse
-
#criterion_Type ⇒ Object
Returns the value of attribute criterion_Type.
-
#id ⇒ Object
Returns the value of attribute id.
-
#matchType ⇒ Object
Returns the value of attribute matchType.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
-
#initialize(id = nil, criterion_Type = nil, text = nil, matchType = nil) ⇒ Keyword
constructor
A new instance of Keyword.
Constructor Details
#initialize(id = nil, criterion_Type = nil, text = nil, matchType = nil) ⇒ Keyword
Returns a new instance of Keyword.
1190 1191 1192 1193 1194 1195 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1190 def initialize(id = nil, criterion_Type = nil, text = nil, matchType = nil) @id = id @criterion_Type = criterion_Type @text = text @matchType = matchType end |
Instance Attribute Details
#criterion_Type ⇒ Object
Returns the value of attribute criterion_Type.
1186 1187 1188 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1186 def criterion_Type @criterion_Type end |
#id ⇒ Object
Returns the value of attribute id.
1185 1186 1187 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1185 def id @id end |
#matchType ⇒ Object
Returns the value of attribute matchType.
1188 1189 1190 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1188 def matchType @matchType end |
#text ⇒ Object
Returns the value of attribute text.
1187 1188 1189 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1187 def text @text end |