Class: AdCenterWrapper::GoalsAndFunnelsReportFilter

Inherits:
Object
  • Object
show all
Defined in:
lib/ReportingService.rb

Overview

https://adcenter.microsoft.com/v8GoalsAndFunnelsReportFilter

goalIds - AdCenterWrapper::ArrayOflong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(goalIds = nil) ⇒ GoalsAndFunnelsReportFilter

Returns a new instance of GoalsAndFunnelsReportFilter.

[View source]

1302
1303
1304
# File 'lib/ReportingService.rb', line 1302

def initialize(goalIds = nil)
  @goalIds = goalIds
end

Instance Attribute Details

#goalIdsObject

Returns the value of attribute goalIds.


1300
1301
1302
# File 'lib/ReportingService.rb', line 1300

def goalIds
  @goalIds
end