Class: AdCenterWrapper::TrafficSourcesReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::TrafficSourcesReportFilter
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7TrafficSourcesReportFilter
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
#initialize(goalIds = nil) ⇒ TrafficSourcesReportFilter
Returns a new instance of TrafficSourcesReportFilter.
6398 6399 6400 |
# File 'lib/adcenter_wrapper_entities.rb', line 6398 def initialize(goalIds = nil) @goalIds = goalIds end |
Instance Attribute Details
#goalIds ⇒ Object
Returns the value of attribute goalIds.
6396 6397 6398 |
# File 'lib/adcenter_wrapper_entities.rb', line 6396 def goalIds @goalIds end |