Class: AdCenterWrapper::GoalsAndFunnelsReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::GoalsAndFunnelsReportFilter
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8GoalsAndFunnelsReportFilter
goalIds - AdCenterWrapper::ArrayOflong
Instance Attribute Summary collapse
-
#goalIds ⇒ Object
Returns the value of attribute goalIds.
Instance Method Summary collapse
-
#initialize(goalIds = nil) ⇒ GoalsAndFunnelsReportFilter
constructor
A new instance of GoalsAndFunnelsReportFilter.
Constructor Details
permalink #initialize(goalIds = nil) ⇒ GoalsAndFunnelsReportFilter
Returns a new instance of GoalsAndFunnelsReportFilter.
1302 1303 1304 |
# File 'lib/ReportingService.rb', line 1302 def initialize(goalIds = nil) @goalIds = goalIds end |
Instance Attribute Details
permalink #goalIds ⇒ Object
Returns the value of attribute goalIds.
1300 1301 1302 |
# File 'lib/ReportingService.rb', line 1300 def goalIds @goalIds end |