Class: AdwordsApi::V200909::AdParamService::Operation

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v200909/AdParamService.rb

Overview

Operation abstract

  • operator - AdwordsApi::V200909::AdParamService::Operator

  • operation_Type - SOAP::SOAPString

Direct Known Subclasses

AdParamOperation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operator = nil, operation_Type = nil) ⇒ Operation

Returns a new instance of Operation.



46
47
48
49
# File 'lib/adwords_api/v200909/AdParamService.rb', line 46

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

Instance Attribute Details

#operation_TypeObject

Returns the value of attribute operation_Type.



44
45
46
# File 'lib/adwords_api/v200909/AdParamService.rb', line 44

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



43
44
45
# File 'lib/adwords_api/v200909/AdParamService.rb', line 43

def operator
  @operator
end