Class: AdWords::V201008::CampaignCriterionService::Operation

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201008/CampaignCriterionService.rb

Overview

Operation abstract

  • operator - AdWords::V201008::CampaignCriterionService::Operator

  • operation_Type - SOAP::SOAPString

Direct Known Subclasses

CampaignCriterionOperation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Operation.



892
893
894
895
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 892

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.



890
891
892
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 890

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



889
890
891
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 889

def operator
  @operator
end