Class: HighLevel::Models::AdManager::LegalInfoDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#consentsObject (readonly)

Returns the value of attribute consents

Returns:

  • (Object)

    the current value of consents



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

def consents
  @consents
end

Returns the value of attribute legal_disclaimer

Returns:

  • (Object)

    the current value of legal_disclaimer



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

def legal_disclaimer
  @legal_disclaimer
end

#privacy_policy_urlObject (readonly)

Returns the value of attribute privacy_policy_url

Returns:

  • (Object)

    the current value of privacy_policy_url



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

def privacy_policy_url
  @privacy_policy_url
end