Class: HighLevel::Models::AdManager::AudienceLocationDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#geometryObject (readonly)

Returns the value of attribute geometry

Returns:

  • (Object)

    the current value of geometry



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

def geometry
  @geometry
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
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/audience_location_dto.rb', line 9

def name
  @name
end

#radiusObject (readonly)

Returns the value of attribute radius

Returns:

  • (Object)

    the current value of radius



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

def radius
  @radius
end

#radius_unitObject (readonly)

Returns the value of attribute radius_unit

Returns:

  • (Object)

    the current value of radius_unit



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

def radius_unit
  @radius_unit
end

#selection_typeObject (readonly)

Returns the value of attribute selection_type

Returns:

  • (Object)

    the current value of selection_type



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

def selection_type
  @selection_type
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end