Class: AdWords::V201003::TargetingIdeaService::Keyword

Inherits:
Criterion
  • Object
show all
Defined in:
lib/adwords4r/v201003/TargetingIdeaService.rb

Overview

Keyword

  • id - SOAP::SOAPLong

  • criterion_Type - SOAP::SOAPString

  • text - SOAP::SOAPString

  • matchType - AdWords::V201003::TargetingIdeaService::KeywordMatchType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, criterion_Type = nil, text = nil, matchType = nil) ⇒ Keyword

Returns a new instance of Keyword.



1293
1294
1295
1296
1297
1298
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1293

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_TypeObject

Returns the value of attribute criterion_Type.



1289
1290
1291
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1289

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



1288
1289
1290
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1288

def id
  @id
end

#matchTypeObject

Returns the value of attribute matchType.



1291
1292
1293
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1291

def matchType
  @matchType
end

#textObject

Returns the value of attribute text.



1290
1291
1292
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1290

def text
  @text
end