Class: AdwordsApi::V200909::AdGroupService::AdGroupOperation

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

Overview

AdGroupOperation

  • operator - AdwordsApi::V200909::AdGroupService::Operator

  • operation_Type - SOAP::SOAPString

  • operand - AdwordsApi::V200909::AdGroupService::AdGroup

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operator = nil, operation_Type = nil, operand = nil) ⇒ AdGroupOperation

Returns a new instance of AdGroupOperation.



892
893
894
895
896
# File 'lib/adwords_api/v200909/AdGroupService.rb', line 892

def initialize(operator = nil, operation_Type = nil, operand = nil)
  @operator = operator
  @operation_Type = operation_Type
  @operand = operand
end

Instance Attribute Details

#operandObject

Returns the value of attribute operand.



890
891
892
# File 'lib/adwords_api/v200909/AdGroupService.rb', line 890

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



889
890
891
# File 'lib/adwords_api/v200909/AdGroupService.rb', line 889

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



888
889
890
# File 'lib/adwords_api/v200909/AdGroupService.rb', line 888

def operator
  @operator
end