Class: AdCenterWrapper::ImpressionsPerDayRange
- Inherits:
-
Object
- Object
- AdCenterWrapper::ImpressionsPerDayRange
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8ImpressionsPerDayRange
maximum - SOAP::SOAPInt
minimum - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#maximum ⇒ Object
Returns the value of attribute maximum.
-
#minimum ⇒ Object
Returns the value of attribute minimum.
Instance Method Summary collapse
-
#initialize(maximum = nil, minimum = nil) ⇒ ImpressionsPerDayRange
constructor
A new instance of ImpressionsPerDayRange.
Constructor Details
permalink #initialize(maximum = nil, minimum = nil) ⇒ ImpressionsPerDayRange
Returns a new instance of ImpressionsPerDayRange.
462 463 464 465 |
# File 'lib/CampaignManagementService.rb', line 462 def initialize(maximum = nil, minimum = nil) @maximum = maximum @minimum = minimum end |
Instance Attribute Details
permalink #maximum ⇒ Object
Returns the value of attribute maximum.
459 460 461 |
# File 'lib/CampaignManagementService.rb', line 459 def maximum @maximum end |
permalink #minimum ⇒ Object
Returns the value of attribute minimum.
460 461 462 |
# File 'lib/CampaignManagementService.rb', line 460 def minimum @minimum end |