Class: HighLevel::Models::AdManager::KeywordSuggestionDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#keywordsObject (readonly)

Returns the value of attribute keywords

Returns:

  • (Object)

    the current value of keywords



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

def keywords
  @keywords
end

#language_codeObject (readonly)

Returns the value of attribute language_code

Returns:

  • (Object)

    the current value of language_code



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

def language_code
  @language_code
end

#locationsObject (readonly)

Returns the value of attribute locations

Returns:

  • (Object)

    the current value of locations



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

def locations
  @locations
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



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

def url
  @url
end