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