Class: AdCenterWrapper::SegmentationReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::SegmentationReportFilter
- 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
-
#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
#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
#ageGroup ⇒ Object
Returns the value of attribute ageGroup.
6414 6415 6416 |
# File 'lib/adcenter_wrapper_entities.rb', line 6414 def ageGroup @ageGroup end |
#country ⇒ Object
Returns the value of attribute country.
6415 6416 6417 |
# File 'lib/adcenter_wrapper_entities.rb', line 6415 def country @country end |
#gender ⇒ Object
Returns the value of attribute gender.
6416 6417 6418 |
# File 'lib/adcenter_wrapper_entities.rb', line 6416 def gender @gender end |
#goalIds ⇒ Object
Returns the value of attribute goalIds.
6417 6418 6419 |
# File 'lib/adcenter_wrapper_entities.rb', line 6417 def goalIds @goalIds end |
#keywords ⇒ Object
Returns the value of attribute keywords.
6418 6419 6420 |
# File 'lib/adcenter_wrapper_entities.rb', line 6418 def keywords @keywords end |