Class: AdCenterWrapper::SegmentationReportFilter

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

Overview

https://adcenter.microsoft.com/v7SegmentationReportFilter

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.



6420
6421
6422
6423
6424
6425
6426
# File 'lib/adcenter_wrapper_entities.rb', line 6420

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.



6414
6415
6416
# File 'lib/adcenter_wrapper_entities.rb', line 6414

def ageGroup
  @ageGroup
end

#countryObject

Returns the value of attribute country.



6415
6416
6417
# File 'lib/adcenter_wrapper_entities.rb', line 6415

def country
  @country
end

#genderObject

Returns the value of attribute gender.



6416
6417
6418
# File 'lib/adcenter_wrapper_entities.rb', line 6416

def gender
  @gender
end

#goalIdsObject

Returns the value of attribute goalIds.



6417
6418
6419
# File 'lib/adcenter_wrapper_entities.rb', line 6417

def goalIds
  @goalIds
end

#keywordsObject

Returns the value of attribute keywords.



6418
6419
6420
# File 'lib/adcenter_wrapper_entities.rb', line 6418

def keywords
  @keywords
end