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