Class: AdCenterWrapper::SegmentationReportFilter

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(ageGroup = nil, country = nil, gender = nil, goalIds = nil, keywords = nil) ⇒ SegmentationReportFilter

Returns a new instance of SegmentationReportFilter.

[View source]

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

#ageGroupObject

Returns the value of attribute ageGroup.


1332
1333
1334
# File 'lib/ReportingService.rb', line 1332

def ageGroup
  @ageGroup
end

#countryObject

Returns the value of attribute country.


1333
1334
1335
# File 'lib/ReportingService.rb', line 1333

def country
  @country
end

#genderObject

Returns the value of attribute gender.


1334
1335
1336
# File 'lib/ReportingService.rb', line 1334

def gender
  @gender
end

#goalIdsObject

Returns the value of attribute goalIds.


1335
1336
1337
# File 'lib/ReportingService.rb', line 1335

def goalIds
  @goalIds
end

#keywordsObject

Returns the value of attribute keywords.


1336
1337
1338
# File 'lib/ReportingService.rb', line 1336

def keywords
  @keywords
end