Class: HighLevel::Models::AdManager::FacebookAudienceDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::FacebookAudienceDTO
- Defined in:
- lib/high_level/models/ad_manager/facebook_audience_dto.rb
Instance Attribute Summary collapse
-
#age_max ⇒ Object
readonly
Returns the value of attribute age_max.
-
#age_min ⇒ Object
readonly
Returns the value of attribute age_min.
-
#genders ⇒ Object
readonly
Returns the value of attribute genders.
-
#geo_locations ⇒ Object
readonly
Returns the value of attribute geo_locations.
-
#interests ⇒ Object
readonly
Returns the value of attribute interests.
-
#locales ⇒ Object
readonly
Returns the value of attribute locales.
-
#lookalike ⇒ Object
readonly
Returns the value of attribute lookalike.
-
#placement_type ⇒ Object
readonly
Returns the value of attribute placement_type.
-
#placements ⇒ Object
readonly
Returns the value of attribute placements.
-
#retargeting ⇒ Object
readonly
Returns the value of attribute retargeting.
Instance Attribute Details
#age_max ⇒ Object (readonly)
Returns the value of attribute age_max
9 10 11 |
# File 'lib/high_level/models/ad_manager/facebook_audience_dto.rb', line 9 def age_max @age_max end |
#age_min ⇒ Object (readonly)
Returns the value of attribute age_min
9 10 11 |
# File 'lib/high_level/models/ad_manager/facebook_audience_dto.rb', line 9 def age_min @age_min end |
#genders ⇒ Object (readonly)
Returns the value of attribute genders
9 10 11 |
# File 'lib/high_level/models/ad_manager/facebook_audience_dto.rb', line 9 def genders @genders end |
#geo_locations ⇒ Object (readonly)
Returns the value of attribute geo_locations
9 10 11 |
# File 'lib/high_level/models/ad_manager/facebook_audience_dto.rb', line 9 def geo_locations @geo_locations end |
#interests ⇒ Object (readonly)
Returns the value of attribute interests
9 10 11 |
# File 'lib/high_level/models/ad_manager/facebook_audience_dto.rb', line 9 def interests @interests end |
#locales ⇒ Object (readonly)
Returns the value of attribute locales
9 10 11 |
# File 'lib/high_level/models/ad_manager/facebook_audience_dto.rb', line 9 def locales @locales end |
#lookalike ⇒ Object (readonly)
Returns the value of attribute lookalike
9 10 11 |
# File 'lib/high_level/models/ad_manager/facebook_audience_dto.rb', line 9 def lookalike @lookalike end |
#placement_type ⇒ Object (readonly)
Returns the value of attribute placement_type
9 10 11 |
# File 'lib/high_level/models/ad_manager/facebook_audience_dto.rb', line 9 def placement_type @placement_type end |
#placements ⇒ Object (readonly)
Returns the value of attribute placements
9 10 11 |
# File 'lib/high_level/models/ad_manager/facebook_audience_dto.rb', line 9 def placements @placements end |
#retargeting ⇒ Object (readonly)
Returns the value of attribute retargeting
9 10 11 |
# File 'lib/high_level/models/ad_manager/facebook_audience_dto.rb', line 9 def retargeting @retargeting end |