Class: AdwordsApi::V201101::CampaignCriterionService::Operation

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201101/CampaignCriterionService.rb

Overview

Operation abstract

  • operator - AdwordsApi::V201101::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.



868
869
870
871
# File 'lib/adwords_api/v201101/CampaignCriterionService.rb', line 868

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.



866
867
868
# File 'lib/adwords_api/v201101/CampaignCriterionService.rb', line 866

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



865
866
867
# File 'lib/adwords_api/v201101/CampaignCriterionService.rb', line 865

def operator
  @operator
end