Class: AdCenterWrapper::Keyword

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

Overview

https://adcenter.microsoft.com/v7Keyword

broadMatchBid - AdCenterWrapper::Bid
cashBackInfo - AdCenterWrapper::CashBackInfo
contentMatchBid - AdCenterWrapper::Bid
editorialStatus - AdCenterWrapper::KeywordEditorialStatus
exactMatchBid - AdCenterWrapper::Bid
id - SOAP::SOAPLong
negativeKeywords - AdCenterWrapper::ArrayOfstring
overridePriority - AdCenterWrapper::OverridePriority
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, cashBackInfo = nil, contentMatchBid = nil, editorialStatus = nil, exactMatchBid = nil, id = nil, negativeKeywords = nil, overridePriority = nil, param1 = nil, param2 = nil, param3 = nil, phraseMatchBid = nil, status = nil, text = nil) ⇒ Keyword

Returns a new instance of Keyword.



378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
# File 'lib/adcenter_wrapper_entities.rb', line 378

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

Instance Attribute Details

#broadMatchBidObject

Returns the value of attribute broadMatchBid.



363
364
365
# File 'lib/adcenter_wrapper_entities.rb', line 363

def broadMatchBid
  @broadMatchBid
end

#cashBackInfoObject

Returns the value of attribute cashBackInfo.



364
365
366
# File 'lib/adcenter_wrapper_entities.rb', line 364

def cashBackInfo
  @cashBackInfo
end

#contentMatchBidObject

Returns the value of attribute contentMatchBid.



365
366
367
# File 'lib/adcenter_wrapper_entities.rb', line 365

def contentMatchBid
  @contentMatchBid
end

#editorialStatusObject

Returns the value of attribute editorialStatus.



366
367
368
# File 'lib/adcenter_wrapper_entities.rb', line 366

def editorialStatus
  @editorialStatus
end

#exactMatchBidObject

Returns the value of attribute exactMatchBid.



367
368
369
# File 'lib/adcenter_wrapper_entities.rb', line 367

def exactMatchBid
  @exactMatchBid
end

#idObject

Returns the value of attribute id.



368
369
370
# File 'lib/adcenter_wrapper_entities.rb', line 368

def id
  @id
end

#negativeKeywordsObject

Returns the value of attribute negativeKeywords.



369
370
371
# File 'lib/adcenter_wrapper_entities.rb', line 369

def negativeKeywords
  @negativeKeywords
end

#overridePriorityObject

Returns the value of attribute overridePriority.



370
371
372
# File 'lib/adcenter_wrapper_entities.rb', line 370

def overridePriority
  @overridePriority
end

#param1Object

Returns the value of attribute param1.



371
372
373
# File 'lib/adcenter_wrapper_entities.rb', line 371

def param1
  @param1
end

#param2Object

Returns the value of attribute param2.



372
373
374
# File 'lib/adcenter_wrapper_entities.rb', line 372

def param2
  @param2
end

#param3Object

Returns the value of attribute param3.



373
374
375
# File 'lib/adcenter_wrapper_entities.rb', line 373

def param3
  @param3
end

#phraseMatchBidObject

Returns the value of attribute phraseMatchBid.



374
375
376
# File 'lib/adcenter_wrapper_entities.rb', line 374

def phraseMatchBid
  @phraseMatchBid
end

#statusObject

Returns the value of attribute status.



375
376
377
# File 'lib/adcenter_wrapper_entities.rb', line 375

def status
  @status
end

#textObject

Returns the value of attribute text.



376
377
378
# File 'lib/adcenter_wrapper_entities.rb', line 376

def text
  @text
end