Class: AdCenterWrapper::MatchTypeEstimate
- Inherits:
-
Object
- Object
- AdCenterWrapper::MatchTypeEstimate
- 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
-
#monthlyCost ⇒ Object
Returns the value of attribute monthlyCost.
-
#monthlyImpressions ⇒ Object
Returns the value of attribute monthlyImpressions.
-
#position ⇒ Object
Returns the value of attribute position.
Instance Method Summary collapse
-
#initialize(monthlyCost = nil, monthlyImpressions = nil, position = nil) ⇒ MatchTypeEstimate
constructor
A new instance of MatchTypeEstimate.
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
#monthlyCost ⇒ Object
Returns the value of attribute monthlyCost.
469 470 471 |
# File 'lib/adcenter_wrapper_entities.rb', line 469 def monthlyCost @monthlyCost end |
#monthlyImpressions ⇒ Object
Returns the value of attribute monthlyImpressions.
470 471 472 |
# File 'lib/adcenter_wrapper_entities.rb', line 470 def monthlyImpressions @monthlyImpressions end |
#position ⇒ Object
Returns the value of attribute position.
471 472 473 |
# File 'lib/adcenter_wrapper_entities.rb', line 471 def position @position end |