Class: AdCenterWrapper::TrafficSourcesReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::TrafficSourcesReportFilter
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8TrafficSourcesReportFilter
goalIds - AdCenterWrapper::ArrayOflong
Instance Attribute Summary collapse
-
#goalIds ⇒ Object
Returns the value of attribute goalIds.
Instance Method Summary collapse
-
#initialize(goalIds = nil) ⇒ TrafficSourcesReportFilter
constructor
A new instance of TrafficSourcesReportFilter.
Constructor Details
permalink #initialize(goalIds = nil) ⇒ TrafficSourcesReportFilter
Returns a new instance of TrafficSourcesReportFilter.
1316 1317 1318 |
# File 'lib/ReportingService.rb', line 1316 def initialize(goalIds = nil) @goalIds = goalIds end |
Instance Attribute Details
permalink #goalIds ⇒ Object
Returns the value of attribute goalIds.
1314 1315 1316 |
# File 'lib/ReportingService.rb', line 1314 def goalIds @goalIds end |