Class: AdCenterWrapper::SegmentationReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::SegmentationReportFilter
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8SegmentationReportFilter
ageGroup - (any)
country - (any)
gender - (any)
goalIds - AdCenterWrapper::ArrayOflong
keywords - AdCenterWrapper::ArrayOfstring
Instance Attribute Summary collapse
-
#ageGroup ⇒ Object
Returns the value of attribute ageGroup.
-
#country ⇒ Object
Returns the value of attribute country.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#goalIds ⇒ Object
Returns the value of attribute goalIds.
-
#keywords ⇒ Object
Returns the value of attribute keywords.
Instance Method Summary collapse
-
#initialize(ageGroup = nil, country = nil, gender = nil, goalIds = nil, keywords = nil) ⇒ SegmentationReportFilter
constructor
A new instance of SegmentationReportFilter.
Constructor Details
permalink #initialize(ageGroup = nil, country = nil, gender = nil, goalIds = nil, keywords = nil) ⇒ SegmentationReportFilter
Returns a new instance of SegmentationReportFilter.
1338 1339 1340 1341 1342 1343 1344 |
# File 'lib/ReportingService.rb', line 1338 def initialize(ageGroup = nil, country = nil, gender = nil, goalIds = nil, keywords = nil) @ageGroup = ageGroup @country = country @gender = gender @goalIds = goalIds @keywords = keywords end |
Instance Attribute Details
permalink #ageGroup ⇒ Object
Returns the value of attribute ageGroup.
1332 1333 1334 |
# File 'lib/ReportingService.rb', line 1332 def ageGroup @ageGroup end |
permalink #country ⇒ Object
Returns the value of attribute country.
1333 1334 1335 |
# File 'lib/ReportingService.rb', line 1333 def country @country end |
permalink #gender ⇒ Object
Returns the value of attribute gender.
1334 1335 1336 |
# File 'lib/ReportingService.rb', line 1334 def gender @gender end |
permalink #goalIds ⇒ Object
Returns the value of attribute goalIds.
1335 1336 1337 |
# File 'lib/ReportingService.rb', line 1335 def goalIds @goalIds end |
permalink #keywords ⇒ Object
Returns the value of attribute keywords.
1336 1337 1338 |
# File 'lib/ReportingService.rb', line 1336 def keywords @keywords end |