Class: AdWords::V201008::UserListService::UserListLogicalRule
- Inherits:
-
Object
- Object
- AdWords::V201008::UserListService::UserListLogicalRule
- Defined in:
- lib/adwords4r/v201008/UserListService.rb
Overview
UserListLogicalRule
-
operator - AdWords::V201008::UserListService::UserListLogicalRuleOperator
-
ruleOperands - AdWords::V201008::UserListService::LogicalUserListOperand
Instance Attribute Summary collapse
-
#operator ⇒ Object
Returns the value of attribute operator.
-
#ruleOperands ⇒ Object
Returns the value of attribute ruleOperands.
Instance Method Summary collapse
-
#initialize(operator = nil, ruleOperands = []) ⇒ UserListLogicalRule
constructor
A new instance of UserListLogicalRule.
Constructor Details
#initialize(operator = nil, ruleOperands = []) ⇒ UserListLogicalRule
Returns a new instance of UserListLogicalRule.
626 627 628 629 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 626 def initialize(operator = nil, ruleOperands = []) @operator = operator @ruleOperands = ruleOperands end |
Instance Attribute Details
#operator ⇒ Object
Returns the value of attribute operator.
623 624 625 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 623 def operator @operator end |
#ruleOperands ⇒ Object
Returns the value of attribute ruleOperands.
624 625 626 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 624 def ruleOperands @ruleOperands end |