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