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