Class: AdWords::V201008::UserListService::LogicalUserListOperand
- Inherits:
-
Object
- Object
- AdWords::V201008::UserListService::LogicalUserListOperand
- Defined in:
- lib/adwords4r/v201008/UserListService.rb
Overview
LogicalUserListOperand
-
userInterest - AdWords::V201008::UserListService::UserInterest
-
userList - AdWords::V201008::UserListService::UserList
Instance Attribute Summary collapse
-
#userInterest ⇒ Object
Returns the value of attribute userInterest.
-
#userList ⇒ Object
Returns the value of attribute userList.
Instance Method Summary collapse
-
#initialize(userInterest = nil, userList = nil) ⇒ LogicalUserListOperand
constructor
A new instance of LogicalUserListOperand.
Constructor Details
#initialize(userInterest = nil, userList = nil) ⇒ LogicalUserListOperand
Returns a new instance of LogicalUserListOperand.
322 323 324 325 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 322 def initialize(userInterest = nil, userList = nil) @userInterest = userInterest @userList = userList end |
Instance Attribute Details
#userInterest ⇒ Object
Returns the value of attribute userInterest.
319 320 321 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 319 def userInterest @userInterest end |
#userList ⇒ Object
Returns the value of attribute userList.
320 321 322 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 320 def userList @userList end |