Class: HighLevel::Models::AdManager::GeoAddressComponentDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::GeoAddressComponentDTO
- Defined in:
- lib/high_level/models/ad_manager/geo_address_component_dto.rb
Instance Attribute Summary collapse
-
#long_name ⇒ Object
readonly
Returns the value of attribute long_name.
-
#short_name ⇒ Object
readonly
Returns the value of attribute short_name.
-
#types ⇒ Object
readonly
Returns the value of attribute types.
Instance Attribute Details
#long_name ⇒ Object (readonly)
Returns the value of attribute 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_name ⇒ Object (readonly)
Returns the value of attribute 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 |
#types ⇒ Object (readonly)
Returns the value of attribute types
9 10 11 |
# File 'lib/high_level/models/ad_manager/geo_address_component_dto.rb', line 9 def types @types end |