Class: AdWords::V201008::UserListService::LogicalUserListOperand

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

Overview

LogicalUserListOperand

  • userInterest - AdWords::V201008::UserListService::UserInterest

  • userList - AdWords::V201008::UserListService::UserList

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#userInterestObject

Returns the value of attribute userInterest.



319
320
321
# File 'lib/adwords4r/v201008/UserListService.rb', line 319

def userInterest
  @userInterest
end

#userListObject

Returns the value of attribute userList.



320
321
322
# File 'lib/adwords4r/v201008/UserListService.rb', line 320

def userList
  @userList
end