Class: AdWords::V201008::UserListService::UserListLogicalRule

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201008/UserListService.rb

Overview

UserListLogicalRule

  • operator - AdWords::V201008::UserListService::UserListLogicalRuleOperator

  • ruleOperands - AdWords::V201008::UserListService::LogicalUserListOperand

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#operatorObject

Returns the value of attribute operator.



623
624
625
# File 'lib/adwords4r/v201008/UserListService.rb', line 623

def operator
  @operator
end

#ruleOperandsObject

Returns the value of attribute ruleOperands.



624
625
626
# File 'lib/adwords4r/v201008/UserListService.rb', line 624

def ruleOperands
  @ruleOperands
end