Class: AdWords::V200909::AdGroupAdService::AdGroupAdOperation

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

Overview

AdGroupAdOperation

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

  • operation_Type - SOAP::SOAPString

  • operand - AdWords::V200909::AdGroupAdService::AdGroupAd

  • exemptionRequests - AdWords::V200909::AdGroupAdService::ExemptionRequest

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operator = nil, operation_Type = nil, operand = nil, exemptionRequests = []) ⇒ AdGroupAdOperation

Returns a new instance of AdGroupAdOperation.



2019
2020
2021
2022
2023
2024
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2019

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

Instance Attribute Details

#exemptionRequestsObject

Returns the value of attribute exemptionRequests.



2017
2018
2019
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2017

def exemptionRequests
  @exemptionRequests
end

#operandObject

Returns the value of attribute operand.



2016
2017
2018
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2016

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



2015
2016
2017
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2015

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



2014
2015
2016
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 2014

def operator
  @operator
end