Class: AdWords::V200909::AdExtensionOverrideService::AdExtensionOverrideOperation

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

Overview

AdExtensionOverrideOperation

  • operator - AdWords::V200909::AdExtensionOverrideService::Operator

  • operation_Type - SOAP::SOAPString

  • operand - AdWords::V200909::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.



839
840
841
842
843
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 839

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.



837
838
839
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 837

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



836
837
838
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 836

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



835
836
837
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 835

def operator
  @operator
end