Class: HighLevel::Models::AdManager::GeoAddressComponentDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#long_nameObject (readonly)

Returns the value of attribute long_name

Returns:

  • (Object)

    the current value of long_name



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

def long_name
  @long_name
end

#short_nameObject (readonly)

Returns the value of attribute short_name

Returns:

  • (Object)

    the current value of short_name



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

def short_name
  @short_name
end

#typesObject (readonly)

Returns the value of attribute types

Returns:

  • (Object)

    the current value of types



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

def types
  @types
end