Class: AdWords::V201003::AdGroupService::Operation

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

Overview

Operation abstract

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



1014
1015
1016
1017
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 1014

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.



1012
1013
1014
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 1012

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



1011
1012
1013
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 1011

def operator
  @operator
end