Class: AdWords::V201003::CampaignTargetService::Operation

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

Overview

Operation abstract

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



1156
1157
1158
1159
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1156

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.



1154
1155
1156
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1154

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



1153
1154
1155
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1153

def operator
  @operator
end