Class: HighLevel::Models::AdManager::TargetAudienceDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::TargetAudienceDTO
- Defined in:
- lib/high_level/models/ad_manager/target_audience_dto.rb
Instance Attribute Summary collapse
-
#exclude ⇒ Object
readonly
Returns the value of attribute exclude.
-
#include ⇒ Object
readonly
Returns the value of attribute include.
Instance Attribute Details
#exclude ⇒ Object (readonly)
Returns the value of attribute exclude
9 10 11 |
# File 'lib/high_level/models/ad_manager/target_audience_dto.rb', line 9 def exclude @exclude end |
#include ⇒ Object (readonly)
Returns the value of attribute include
9 10 11 |
# File 'lib/high_level/models/ad_manager/target_audience_dto.rb', line 9 def include @include end |