Class: AdWords::V200909::AdGroupAdService::Operation

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/AdGroupAdService.rb

Overview

Operation abstract

  • operator - AdWords::V200909::AdGroupAdService::Operator

  • operation_Type - SOAP::SOAPString

Direct Known Subclasses

AdGroupAdOperation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Operation.



2002
2003
2004
2005
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2002

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.



2000
2001
2002
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2000

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



1999
2000
2001
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 1999

def operator
  @operator
end