Class: AdWords::V200909::AdGroupCriterionService::Operation

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

Overview

Operation abstract

  • operator - AdWords::V200909::AdGroupCriterionService::Operator

  • operation_Type - SOAP::SOAPString

Direct Known Subclasses

AdGroupCriterionOperation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Operation.



1175
1176
1177
1178
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 1175

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.



1173
1174
1175
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 1173

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



1172
1173
1174
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 1172

def operator
  @operator
end