Class: AdWords::V201008::BulkMutateJobService::Keyword

Inherits:
Criterion
  • Object
show all
Defined in:
lib/adwords4r/v201008/BulkMutateJobService.rb

Overview

Keyword

  • id - SOAP::SOAPLong

  • criterion_Type - SOAP::SOAPString

  • text - SOAP::SOAPString

  • matchType - AdWords::V201008::BulkMutateJobService::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.



2936
2937
2938
2939
2940
2941
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2936

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.



2932
2933
2934
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2932

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



2931
2932
2933
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2931

def id
  @id
end

#matchTypeObject

Returns the value of attribute matchType.



2934
2935
2936
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2934

def matchType
  @matchType
end

#textObject

Returns the value of attribute text.



2933
2934
2935
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2933

def text
  @text
end