Class: HighLevel::Models::AdManager::GoogleCampaignAudienceDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::GoogleCampaignAudienceDTO
- Defined in:
- lib/high_level/models/ad_manager/google_campaign_audience_dto.rb
Instance Attribute Summary collapse
-
#age_range ⇒ Object
readonly
Returns the value of attribute age_range.
-
#gender ⇒ Object
readonly
Returns the value of attribute gender.
-
#geo_locations ⇒ Object
readonly
Returns the value of attribute geo_locations.
-
#locales ⇒ Object
readonly
Returns the value of attribute locales.
-
#segments ⇒ Object
readonly
Returns the value of attribute segments.
-
#target_interests ⇒ Object
readonly
Returns the value of attribute target_interests.
Instance Attribute Details
#age_range ⇒ Object (readonly)
Returns the value of attribute age_range
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_campaign_audience_dto.rb', line 9 def age_range @age_range end |
#gender ⇒ Object (readonly)
Returns the value of attribute gender
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_campaign_audience_dto.rb', line 9 def gender @gender end |
#geo_locations ⇒ Object (readonly)
Returns the value of attribute geo_locations
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_campaign_audience_dto.rb', line 9 def geo_locations @geo_locations end |
#locales ⇒ Object (readonly)
Returns the value of attribute locales
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_campaign_audience_dto.rb', line 9 def locales @locales end |
#segments ⇒ Object (readonly)
Returns the value of attribute segments
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_campaign_audience_dto.rb', line 9 def segments @segments end |
#target_interests ⇒ Object (readonly)
Returns the value of attribute target_interests
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_campaign_audience_dto.rb', line 9 def target_interests @target_interests end |