Class: AdCenterWrapper::Keyword
- Inherits:
-
Object
- Object
- AdCenterWrapper::Keyword
- 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
-
#broadMatchBid ⇒ Object
Returns the value of attribute broadMatchBid.
-
#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.
-
#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, contentMatchBid = nil, editorialStatus = nil, exactMatchBid = nil, id = nil, negativeKeywords = nil, param1 = nil, param2 = nil, param3 = nil, phraseMatchBid = nil, status = nil, text = nil) ⇒ Keyword
constructor
A new instance of Keyword.
Constructor Details
permalink #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.
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
permalink #broadMatchBid ⇒ Object
Returns the value of attribute broadMatchBid.
196 197 198 |
# File 'lib/CampaignManagementService.rb', line 196 def broadMatchBid @broadMatchBid end |
permalink #contentMatchBid ⇒ Object
Returns the value of attribute contentMatchBid.
197 198 199 |
# File 'lib/CampaignManagementService.rb', line 197 def contentMatchBid @contentMatchBid end |
permalink #editorialStatus ⇒ Object
Returns the value of attribute editorialStatus.
198 199 200 |
# File 'lib/CampaignManagementService.rb', line 198 def editorialStatus @editorialStatus end |
permalink #exactMatchBid ⇒ Object
Returns the value of attribute exactMatchBid.
199 200 201 |
# File 'lib/CampaignManagementService.rb', line 199 def exactMatchBid @exactMatchBid end |
permalink #id ⇒ Object
Returns the value of attribute id.
200 201 202 |
# File 'lib/CampaignManagementService.rb', line 200 def id @id end |
permalink #negativeKeywords ⇒ Object
Returns the value of attribute negativeKeywords.
201 202 203 |
# File 'lib/CampaignManagementService.rb', line 201 def negativeKeywords @negativeKeywords end |
permalink #param1 ⇒ Object
Returns the value of attribute param1.
202 203 204 |
# File 'lib/CampaignManagementService.rb', line 202 def param1 @param1 end |
permalink #param2 ⇒ Object
Returns the value of attribute param2.
203 204 205 |
# File 'lib/CampaignManagementService.rb', line 203 def param2 @param2 end |
permalink #param3 ⇒ Object
Returns the value of attribute param3.
204 205 206 |
# File 'lib/CampaignManagementService.rb', line 204 def param3 @param3 end |
permalink #phraseMatchBid ⇒ Object
Returns the value of attribute phraseMatchBid.
205 206 207 |
# File 'lib/CampaignManagementService.rb', line 205 def phraseMatchBid @phraseMatchBid end |
permalink #status ⇒ Object
Returns the value of attribute status.
206 207 208 |
# File 'lib/CampaignManagementService.rb', line 206 def status @status end |
permalink #text ⇒ Object
Returns the value of attribute text.
207 208 209 |
# File 'lib/CampaignManagementService.rb', line 207 def text @text end |