Class: AdwordsApi::V201008::CampaignTargetService::Operation

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201008/CampaignTargetService.rb

Overview

Operation abstract

  • operator - AdwordsApi::V201008::CampaignTargetService::Operator

  • operation_Type - SOAP::SOAPString

Direct Known Subclasses

CampaignTargetOperation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Operation.



1165
1166
1167
1168
# File 'lib/adwords_api/v201008/CampaignTargetService.rb', line 1165

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.



1163
1164
1165
# File 'lib/adwords_api/v201008/CampaignTargetService.rb', line 1163

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



1162
1163
1164
# File 'lib/adwords_api/v201008/CampaignTargetService.rb', line 1162

def operator
  @operator
end