Class: AdCenterWrapper::KeywordEstimate
- Inherits:
-
Object
- Object
- AdCenterWrapper::KeywordEstimate
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7KeywordEstimate
averageMonthlyCost - SOAP::SOAPDouble
averageMonthlyPosition - SOAP::SOAPInt
broadKeywordEstimate - AdCenterWrapper::MatchTypeEstimate
estimatedTotalMonthlyImpressions - SOAP::SOAPInt
exactKeywordEstimate - AdCenterWrapper::MatchTypeEstimate
phraseKeywordEstimate - AdCenterWrapper::MatchTypeEstimate
Instance Attribute Summary collapse
-
#averageMonthlyCost ⇒ Object
Returns the value of attribute averageMonthlyCost.
-
#averageMonthlyPosition ⇒ Object
Returns the value of attribute averageMonthlyPosition.
-
#broadKeywordEstimate ⇒ Object
Returns the value of attribute broadKeywordEstimate.
-
#estimatedTotalMonthlyImpressions ⇒ Object
Returns the value of attribute estimatedTotalMonthlyImpressions.
-
#exactKeywordEstimate ⇒ Object
Returns the value of attribute exactKeywordEstimate.
-
#phraseKeywordEstimate ⇒ Object
Returns the value of attribute phraseKeywordEstimate.
Instance Method Summary collapse
-
#initialize(averageMonthlyCost = nil, averageMonthlyPosition = nil, broadKeywordEstimate = nil, estimatedTotalMonthlyImpressions = nil, exactKeywordEstimate = nil, phraseKeywordEstimate = nil) ⇒ KeywordEstimate
constructor
A new instance of KeywordEstimate.
Constructor Details
#initialize(averageMonthlyCost = nil, averageMonthlyPosition = nil, broadKeywordEstimate = nil, estimatedTotalMonthlyImpressions = nil, exactKeywordEstimate = nil, phraseKeywordEstimate = nil) ⇒ KeywordEstimate
Returns a new instance of KeywordEstimate.
454 455 456 457 458 459 460 461 |
# File 'lib/adcenter_wrapper_entities.rb', line 454 def initialize(averageMonthlyCost = nil, averageMonthlyPosition = nil, broadKeywordEstimate = nil, estimatedTotalMonthlyImpressions = nil, exactKeywordEstimate = nil, phraseKeywordEstimate = nil) @averageMonthlyCost = averageMonthlyCost @averageMonthlyPosition = averageMonthlyPosition @broadKeywordEstimate = broadKeywordEstimate @estimatedTotalMonthlyImpressions = estimatedTotalMonthlyImpressions @exactKeywordEstimate = exactKeywordEstimate @phraseKeywordEstimate = phraseKeywordEstimate end |
Instance Attribute Details
#averageMonthlyCost ⇒ Object
Returns the value of attribute averageMonthlyCost.
447 448 449 |
# File 'lib/adcenter_wrapper_entities.rb', line 447 def averageMonthlyCost @averageMonthlyCost end |
#averageMonthlyPosition ⇒ Object
Returns the value of attribute averageMonthlyPosition.
448 449 450 |
# File 'lib/adcenter_wrapper_entities.rb', line 448 def averageMonthlyPosition @averageMonthlyPosition end |
#broadKeywordEstimate ⇒ Object
Returns the value of attribute broadKeywordEstimate.
449 450 451 |
# File 'lib/adcenter_wrapper_entities.rb', line 449 def broadKeywordEstimate @broadKeywordEstimate end |
#estimatedTotalMonthlyImpressions ⇒ Object
Returns the value of attribute estimatedTotalMonthlyImpressions.
450 451 452 |
# File 'lib/adcenter_wrapper_entities.rb', line 450 def estimatedTotalMonthlyImpressions @estimatedTotalMonthlyImpressions end |
#exactKeywordEstimate ⇒ Object
Returns the value of attribute exactKeywordEstimate.
451 452 453 |
# File 'lib/adcenter_wrapper_entities.rb', line 451 def exactKeywordEstimate @exactKeywordEstimate end |
#phraseKeywordEstimate ⇒ Object
Returns the value of attribute phraseKeywordEstimate.
452 453 454 |
# File 'lib/adcenter_wrapper_entities.rb', line 452 def phraseKeywordEstimate @phraseKeywordEstimate end |