Class: AdCenterWrapper::MatchTypeEstimate

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

Overview

https://adcenter.microsoft.com/v7MatchTypeEstimate

monthlyCost - SOAP::SOAPDouble
monthlyImpressions - SOAP::SOAPInt
position - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(monthlyCost = nil, monthlyImpressions = nil, position = nil) ⇒ MatchTypeEstimate

Returns a new instance of MatchTypeEstimate.



473
474
475
476
477
# File 'lib/adcenter_wrapper_entities.rb', line 473

def initialize(monthlyCost = nil, monthlyImpressions = nil, position = nil)
  @monthlyCost = monthlyCost
  @monthlyImpressions = monthlyImpressions
  @position = position
end

Instance Attribute Details

#monthlyCostObject

Returns the value of attribute monthlyCost.



469
470
471
# File 'lib/adcenter_wrapper_entities.rb', line 469

def monthlyCost
  @monthlyCost
end

#monthlyImpressionsObject

Returns the value of attribute monthlyImpressions.



470
471
472
# File 'lib/adcenter_wrapper_entities.rb', line 470

def monthlyImpressions
  @monthlyImpressions
end

#positionObject

Returns the value of attribute position.



471
472
473
# File 'lib/adcenter_wrapper_entities.rb', line 471

def position
  @position
end