Class: AdWords::V201008::UserListService::UserListOperation

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

Overview

UserListOperation

  • operator - AdWords::V201008::UserListService::Operator

  • operation_Type - SOAP::SOAPString

  • operand - AdWords::V201008::UserListService::UserList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operator = nil, operation_Type = nil, operand = nil) ⇒ UserListOperation

Returns a new instance of UserListOperation.



351
352
353
354
355
# File 'lib/adwords4r/v201008/UserListService.rb', line 351

def initialize(operator = nil, operation_Type = nil, operand = nil)
  @operator = operator
  @operation_Type = operation_Type
  @operand = operand
end

Instance Attribute Details

#operandObject

Returns the value of attribute operand.



349
350
351
# File 'lib/adwords4r/v201008/UserListService.rb', line 349

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



348
349
350
# File 'lib/adwords4r/v201008/UserListService.rb', line 348

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



347
348
349
# File 'lib/adwords4r/v201008/UserListService.rb', line 347

def operator
  @operator
end