Class: AdWords::V200909::CampaignCriterionService::Keyword

Inherits:
Criterion
  • Object
show all
Defined in:
lib/adwords4r/v200909/CampaignCriterionService.rb

Overview

Keyword

  • id - SOAP::SOAPLong

  • criterion_Type - SOAP::SOAPString

  • text - SOAP::SOAPString

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



618
619
620
621
622
623
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 618

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.



614
615
616
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 614

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



613
614
615
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 613

def id
  @id
end

#matchTypeObject

Returns the value of attribute matchType.



616
617
618
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 616

def matchType
  @matchType
end

#textObject

Returns the value of attribute text.



615
616
617
# File 'lib/adwords4r/v200909/CampaignCriterionService.rb', line 615

def text
  @text
end