Class: AdWords::V201003::AdExtensionOverrideService::AdExtensionOverrideOperation

Inherits:
Operation
  • Object
show all
Defined in:
lib/adwords4r/v201003/AdExtensionOverrideService.rb

Overview

AdExtensionOverrideOperation

  • operator - AdWords::V201003::AdExtensionOverrideService::Operator

  • operation_Type - SOAP::SOAPString

  • operand - AdWords::V201003::AdExtensionOverrideService::AdExtensionOverride

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AdExtensionOverrideOperation.



1019
1020
1021
1022
1023
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 1019

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.



1017
1018
1019
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 1017

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



1016
1017
1018
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 1016

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



1015
1016
1017
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 1015

def operator
  @operator
end