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