Class: AdCenterWrapper::Keyword
- Inherits:
-
Object
- Object
- AdCenterWrapper::Keyword
- 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
-
#broadMatchBid ⇒ Object
Returns the value of attribute broadMatchBid.
-
#cashBackInfo ⇒ Object
Returns the value of attribute cashBackInfo.
-
#contentMatchBid ⇒ Object
Returns the value of attribute contentMatchBid.
-
#editorialStatus ⇒ Object
Returns the value of attribute editorialStatus.
-
#exactMatchBid ⇒ Object
Returns the value of attribute exactMatchBid.
-
#id ⇒ Object
Returns the value of attribute id.
-
#negativeKeywords ⇒ Object
Returns the value of attribute negativeKeywords.
-
#overridePriority ⇒ Object
Returns the value of attribute overridePriority.
-
#param1 ⇒ Object
Returns the value of attribute param1.
-
#param2 ⇒ Object
Returns the value of attribute param2.
-
#param3 ⇒ Object
Returns the value of attribute param3.
-
#phraseMatchBid ⇒ Object
Returns the value of attribute phraseMatchBid.
-
#status ⇒ Object
Returns the value of attribute status.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
-
#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
constructor
A new instance of Keyword.
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
#broadMatchBid ⇒ Object
Returns the value of attribute broadMatchBid.
363 364 365 |
# File 'lib/adcenter_wrapper_entities.rb', line 363 def broadMatchBid @broadMatchBid end |
#cashBackInfo ⇒ Object
Returns the value of attribute cashBackInfo.
364 365 366 |
# File 'lib/adcenter_wrapper_entities.rb', line 364 def cashBackInfo @cashBackInfo end |
#contentMatchBid ⇒ Object
Returns the value of attribute contentMatchBid.
365 366 367 |
# File 'lib/adcenter_wrapper_entities.rb', line 365 def contentMatchBid @contentMatchBid end |
#editorialStatus ⇒ Object
Returns the value of attribute editorialStatus.
366 367 368 |
# File 'lib/adcenter_wrapper_entities.rb', line 366 def editorialStatus @editorialStatus end |
#exactMatchBid ⇒ Object
Returns the value of attribute exactMatchBid.
367 368 369 |
# File 'lib/adcenter_wrapper_entities.rb', line 367 def exactMatchBid @exactMatchBid end |
#id ⇒ Object
Returns the value of attribute id.
368 369 370 |
# File 'lib/adcenter_wrapper_entities.rb', line 368 def id @id end |
#negativeKeywords ⇒ Object
Returns the value of attribute negativeKeywords.
369 370 371 |
# File 'lib/adcenter_wrapper_entities.rb', line 369 def negativeKeywords @negativeKeywords end |
#overridePriority ⇒ Object
Returns the value of attribute overridePriority.
370 371 372 |
# File 'lib/adcenter_wrapper_entities.rb', line 370 def overridePriority @overridePriority end |
#param1 ⇒ Object
Returns the value of attribute param1.
371 372 373 |
# File 'lib/adcenter_wrapper_entities.rb', line 371 def param1 @param1 end |
#param2 ⇒ Object
Returns the value of attribute param2.
372 373 374 |
# File 'lib/adcenter_wrapper_entities.rb', line 372 def param2 @param2 end |
#param3 ⇒ Object
Returns the value of attribute param3.
373 374 375 |
# File 'lib/adcenter_wrapper_entities.rb', line 373 def param3 @param3 end |
#phraseMatchBid ⇒ Object
Returns the value of attribute phraseMatchBid.
374 375 376 |
# File 'lib/adcenter_wrapper_entities.rb', line 374 def phraseMatchBid @phraseMatchBid end |
#status ⇒ Object
Returns the value of attribute status.
375 376 377 |
# File 'lib/adcenter_wrapper_entities.rb', line 375 def status @status end |
#text ⇒ Object
Returns the value of attribute text.
376 377 378 |
# File 'lib/adcenter_wrapper_entities.rb', line 376 def text @text end |