Class: AdCenterWrapper::Keyword

Inherits:
Object
  • Object
show all
Defined in:
lib/CampaignManagementService.rb

Overview

https://adcenter.microsoft.com/v8Keyword

broadMatchBid - AdCenterWrapper::Bid
contentMatchBid - AdCenterWrapper::Bid
editorialStatus - AdCenterWrapper::KeywordEditorialStatus
exactMatchBid - AdCenterWrapper::Bid
id - SOAP::SOAPLong
negativeKeywords - AdCenterWrapper::ArrayOfstring
param1 - SOAP::SOAPString
param2 - SOAP::SOAPString
param3 - SOAP::SOAPString
phraseMatchBid - AdCenterWrapper::Bid
status - AdCenterWrapper::KeywordStatus
text - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(broadMatchBid = nil, contentMatchBid = nil, editorialStatus = nil, exactMatchBid = nil, id = nil, negativeKeywords = nil, param1 = nil, param2 = nil, param3 = nil, phraseMatchBid = nil, status = nil, text = nil) ⇒ Keyword

Returns a new instance of Keyword.

[View source]

209
210
211
212
213
214
215
216
217
218
219
220
221
222
# File 'lib/CampaignManagementService.rb', line 209

def initialize(broadMatchBid = nil, contentMatchBid = nil, editorialStatus = nil, exactMatchBid = nil, id = nil, negativeKeywords = nil, param1 = nil, param2 = nil, param3 = nil, phraseMatchBid = nil, status = nil, text = nil)
  @broadMatchBid = broadMatchBid
  @contentMatchBid = contentMatchBid
  @editorialStatus = editorialStatus
  @exactMatchBid = exactMatchBid
  @id = id
  @negativeKeywords = negativeKeywords
  @param1 = param1
  @param2 = param2
  @param3 = param3
  @phraseMatchBid = phraseMatchBid
  @status = status
  @text = text
end

Instance Attribute Details

#broadMatchBidObject

Returns the value of attribute broadMatchBid.


196
197
198
# File 'lib/CampaignManagementService.rb', line 196

def broadMatchBid
  @broadMatchBid
end

#contentMatchBidObject

Returns the value of attribute contentMatchBid.


197
198
199
# File 'lib/CampaignManagementService.rb', line 197

def contentMatchBid
  @contentMatchBid
end

#editorialStatusObject

Returns the value of attribute editorialStatus.


198
199
200
# File 'lib/CampaignManagementService.rb', line 198

def editorialStatus
  @editorialStatus
end

#exactMatchBidObject

Returns the value of attribute exactMatchBid.


199
200
201
# File 'lib/CampaignManagementService.rb', line 199

def exactMatchBid
  @exactMatchBid
end

#idObject

Returns the value of attribute id.


200
201
202
# File 'lib/CampaignManagementService.rb', line 200

def id
  @id
end

#negativeKeywordsObject

Returns the value of attribute negativeKeywords.


201
202
203
# File 'lib/CampaignManagementService.rb', line 201

def negativeKeywords
  @negativeKeywords
end

#param1Object

Returns the value of attribute param1.


202
203
204
# File 'lib/CampaignManagementService.rb', line 202

def param1
  @param1
end

#param2Object

Returns the value of attribute param2.


203
204
205
# File 'lib/CampaignManagementService.rb', line 203

def param2
  @param2
end

#param3Object

Returns the value of attribute param3.


204
205
206
# File 'lib/CampaignManagementService.rb', line 204

def param3
  @param3
end

#phraseMatchBidObject

Returns the value of attribute phraseMatchBid.


205
206
207
# File 'lib/CampaignManagementService.rb', line 205

def phraseMatchBid
  @phraseMatchBid
end

#statusObject

Returns the value of attribute status.


206
207
208
# File 'lib/CampaignManagementService.rb', line 206

def status
  @status
end

#textObject

Returns the value of attribute text.


207
208
209
# File 'lib/CampaignManagementService.rb', line 207

def text
  @text
end