Class: HighLevel::Models::AdManager::GoogleLocaleDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::GoogleLocaleDTO
- Defined in:
- lib/high_level/models/ad_manager/google_locale_dto.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#resource_name ⇒ Object
readonly
Returns the value of attribute resource_name.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_locale_dto.rb', line 9 def id @id end |
#key ⇒ Object (readonly)
Returns the value of attribute key
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_locale_dto.rb', line 9 def key @key end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_locale_dto.rb', line 9 def name @name end |
#resource_name ⇒ Object (readonly)
Returns the value of attribute resource_name
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_locale_dto.rb', line 9 def resource_name @resource_name end |