Class: AdWords::V200909::BulkMutateJobService::Keyword
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
Keyword
-
id - SOAP::SOAPLong
-
criterion_Type - SOAP::SOAPString
-
text - SOAP::SOAPString
-
matchType - AdWords::V200909::BulkMutateJobService::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.
2188 2189 2190 2191 2192 2193 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2188 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.
2184 2185 2186 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2184 def criterion_Type @criterion_Type end |
#id ⇒ Object
Returns the value of attribute id.
2183 2184 2185 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2183 def id @id end |
#matchType ⇒ Object
Returns the value of attribute matchType.
2186 2187 2188 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2186 def matchType @matchType end |
#text ⇒ Object
Returns the value of attribute text.
2185 2186 2187 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2185 def text @text end |