Class: AdWords::V200909::AdGroupCriterionService::Keyword
- Defined in:
- lib/adwords4r/v200909/AdGroupCriterionService.rb
Overview
Keyword
-
id - SOAP::SOAPLong
-
criterion_Type - SOAP::SOAPString
-
text - SOAP::SOAPString
-
matchType - AdWords::V200909::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.
956 957 958 959 960 961 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 956 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.
952 953 954 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 952 def criterion_Type @criterion_Type end |
#id ⇒ Object
Returns the value of attribute id.
951 952 953 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 951 def id @id end |
#matchType ⇒ Object
Returns the value of attribute matchType.
954 955 956 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 954 def matchType @matchType end |
#text ⇒ Object
Returns the value of attribute text.
953 954 955 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 953 def text @text end |