Class: HighLevel::Models::Marketplace::WhitelabelDetailsDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Marketplace::WhitelabelDetailsDTO
- Defined in:
- lib/high_level/models/marketplace/whitelabel_details_dto.rb
Instance Attribute Summary collapse
-
#domain ⇒ Object
readonly
Returns the value of attribute domain.
-
#logo_url ⇒ Object
readonly
Returns the value of attribute logo_url.
Instance Attribute Details
#domain ⇒ Object (readonly)
Returns the value of attribute domain
9 10 11 |
# File 'lib/high_level/models/marketplace/whitelabel_details_dto.rb', line 9 def domain @domain end |
#logo_url ⇒ Object (readonly)
Returns the value of attribute logo_url
9 10 11 |
# File 'lib/high_level/models/marketplace/whitelabel_details_dto.rb', line 9 def logo_url @logo_url end |