Class: AdwordsApi::V201101::AdGroupService::Operation

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

Overview

Operation abstract

  • operator - AdwordsApi::V201101::AdGroupService::Operator

  • operation_Type - SOAP::SOAPString

Direct Known Subclasses

AdGroupOperation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Operation.



1167
1168
1169
1170
# File 'lib/adwords_api/v201101/AdGroupService.rb', line 1167

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.



1165
1166
1167
# File 'lib/adwords_api/v201101/AdGroupService.rb', line 1165

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



1164
1165
1166
# File 'lib/adwords_api/v201101/AdGroupService.rb', line 1164

def operator
  @operator
end