Class: AdWords::V201003::AdGroupCriterionService::Operation

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

Overview

Operation abstract

  • operator - AdWords::V201003::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.



1334
1335
1336
1337
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1334

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.



1332
1333
1334
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1332

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



1331
1332
1333
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1331

def operator
  @operator
end