Class: AdwordsApi::V200909::AdGroupAdService::Mutate

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

Overview

mutate

  • operations - AdwordsApi::V200909::AdGroupAdService::AdGroupAdOperation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operations = []) ⇒ Mutate

Returns a new instance of Mutate.



2587
2588
2589
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 2587

def initialize(operations = [])
  @operations = operations
end

Instance Attribute Details

#operationsObject

:nodoc: all



2585
2586
2587
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 2585

def operations
  @operations
end