Class: HighLevel::Models::AdManager::LegalInfoDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::LegalInfoDTO
- Defined in:
- lib/high_level/models/ad_manager/legal_info_dto.rb
Instance Attribute Summary collapse
-
#consents ⇒ Object
readonly
Returns the value of attribute consents.
-
#legal_disclaimer ⇒ Object
readonly
Returns the value of attribute legal_disclaimer.
-
#privacy_policy_url ⇒ Object
readonly
Returns the value of attribute privacy_policy_url.
Instance Attribute Details
#consents ⇒ Object (readonly)
Returns the value of attribute consents
9 10 11 |
# File 'lib/high_level/models/ad_manager/legal_info_dto.rb', line 9 def @consents end |
#legal_disclaimer ⇒ Object (readonly)
Returns the value of attribute 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_url ⇒ Object (readonly)
Returns the value of attribute 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 |