Class: HighLevel::Models::AdManager::SelectedAttributeDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#category_nameObject (readonly)

Returns the value of attribute category_name

Returns:

  • (Object)

    the current value of category_name



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

def category_name
  @category_name
end

#facetObject (readonly)

Returns the value of attribute facet

Returns:

  • (Object)

    the current value of facet



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

def facet
  @facet
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#urnObject (readonly)

Returns the value of attribute urn

Returns:

  • (Object)

    the current value of urn



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

def urn
  @urn
end