Class: AdCenterWrapper::KeywordEstimate

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#averageMonthlyCostObject

Returns the value of attribute averageMonthlyCost.



447
448
449
# File 'lib/adcenter_wrapper_entities.rb', line 447

def averageMonthlyCost
  @averageMonthlyCost
end

#averageMonthlyPositionObject

Returns the value of attribute averageMonthlyPosition.



448
449
450
# File 'lib/adcenter_wrapper_entities.rb', line 448

def averageMonthlyPosition
  @averageMonthlyPosition
end

#broadKeywordEstimateObject

Returns the value of attribute broadKeywordEstimate.



449
450
451
# File 'lib/adcenter_wrapper_entities.rb', line 449

def broadKeywordEstimate
  @broadKeywordEstimate
end

#estimatedTotalMonthlyImpressionsObject

Returns the value of attribute estimatedTotalMonthlyImpressions.



450
451
452
# File 'lib/adcenter_wrapper_entities.rb', line 450

def estimatedTotalMonthlyImpressions
  @estimatedTotalMonthlyImpressions
end

#exactKeywordEstimateObject

Returns the value of attribute exactKeywordEstimate.



451
452
453
# File 'lib/adcenter_wrapper_entities.rb', line 451

def exactKeywordEstimate
  @exactKeywordEstimate
end

#phraseKeywordEstimateObject

Returns the value of attribute phraseKeywordEstimate.



452
453
454
# File 'lib/adcenter_wrapper_entities.rb', line 452

def phraseKeywordEstimate
  @phraseKeywordEstimate
end