Class: AdwordsApi::V200909::TargetingIdeaService::Keyword

Inherits:
Criterion
  • Object
show all
Defined in:
lib/adwords_api/v200909/TargetingIdeaService.rb

Overview

Keyword

  • id - SOAP::SOAPLong

  • criterion_Type - SOAP::SOAPString

  • text - SOAP::SOAPString

  • matchType - AdwordsApi::V200909::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.



780
781
782
783
784
785
# File 'lib/adwords_api/v200909/TargetingIdeaService.rb', line 780

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.



776
777
778
# File 'lib/adwords_api/v200909/TargetingIdeaService.rb', line 776

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



775
776
777
# File 'lib/adwords_api/v200909/TargetingIdeaService.rb', line 775

def id
  @id
end

#matchTypeObject

Returns the value of attribute matchType.



778
779
780
# File 'lib/adwords_api/v200909/TargetingIdeaService.rb', line 778

def matchType
  @matchType
end

#textObject

Returns the value of attribute text.



777
778
779
# File 'lib/adwords_api/v200909/TargetingIdeaService.rb', line 777

def text
  @text
end