Class: AdWords::V201003::AdGroupAdService::Operation

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

Overview

Operation abstract

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



2286
2287
2288
2289
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2286

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.



2284
2285
2286
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2284

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



2283
2284
2285
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 2283

def operator
  @operator
end