Class: AdWords::V201008::AdParamService::AdParamOperation

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

Overview

AdParamOperation

  • operator - AdWords::V201008::AdParamService::Operator

  • operation_Type - SOAP::SOAPString

  • operand - AdWords::V201008::AdParamService::AdParam

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AdParamOperation.



61
62
63
64
65
# File 'lib/adwords4r/v201008/AdParamService.rb', line 61

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.



59
60
61
# File 'lib/adwords4r/v201008/AdParamService.rb', line 59

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



58
59
60
# File 'lib/adwords4r/v201008/AdParamService.rb', line 58

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



57
58
59
# File 'lib/adwords4r/v201008/AdParamService.rb', line 57

def operator
  @operator
end