Class: HighLevel::Models::AdManager::GeoGeometryDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject (readonly)

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



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

def location
  @location
end

#location_typeObject (readonly)

Returns the value of attribute location_type

Returns:

  • (Object)

    the current value of location_type



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

def location_type
  @location_type
end

#viewportObject (readonly)

Returns the value of attribute viewport

Returns:

  • (Object)

    the current value of viewport



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

def viewport
  @viewport
end