Class: AdCenterWrapper::CampaignPerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::CampaignPerformanceReportFilter
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7CampaignPerformanceReportFilter
adDistribution - (any)
deviceType - (any)
status - (any)
Instance Attribute Summary collapse
-
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
-
#deviceType ⇒ Object
Returns the value of attribute deviceType.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(adDistribution = nil, deviceType = nil, status = nil) ⇒ CampaignPerformanceReportFilter
constructor
A new instance of CampaignPerformanceReportFilter.
Constructor Details
#initialize(adDistribution = nil, deviceType = nil, status = nil) ⇒ CampaignPerformanceReportFilter
Returns a new instance of CampaignPerformanceReportFilter.
6123 6124 6125 6126 6127 |
# File 'lib/adcenter_wrapper_entities.rb', line 6123 def initialize(adDistribution = nil, deviceType = nil, status = nil) @adDistribution = adDistribution @deviceType = deviceType @status = status end |
Instance Attribute Details
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
6119 6120 6121 |
# File 'lib/adcenter_wrapper_entities.rb', line 6119 def adDistribution @adDistribution end |
#deviceType ⇒ Object
Returns the value of attribute deviceType.
6120 6121 6122 |
# File 'lib/adcenter_wrapper_entities.rb', line 6120 def deviceType @deviceType end |
#status ⇒ Object
Returns the value of attribute status.
6121 6122 6123 |
# File 'lib/adcenter_wrapper_entities.rb', line 6121 def status @status end |