Class: HighLevel::Models::AdManager::AudienceSegmentsDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/ad_manager/audience_segments_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#custom_audiencesObject (readonly)

Returns the value of attribute custom_audiences

Returns:

  • (Object)

    the current value of 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_interestsObject (readonly)

Returns the value of attribute user_interests

Returns:

  • (Object)

    the current value of 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_listsObject (readonly)

Returns the value of attribute user_lists

Returns:

  • (Object)

    the current value of user_lists



9
10
11
# File 'lib/high_level/models/ad_manager/audience_segments_dto.rb', line 9

def user_lists
  @user_lists
end