Class: AdwordsApi::V201003::AdParamService::Mutate

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201003/AdParamService.rb

Overview

mutate

  • operations - AdwordsApi::V201003::AdParamService::AdParamOperation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operations = []) ⇒ Mutate

Returns a new instance of Mutate.



843
844
845
# File 'lib/adwords_api/v201003/AdParamService.rb', line 843

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

Instance Attribute Details

#operationsObject

:nodoc: all



841
842
843
# File 'lib/adwords_api/v201003/AdParamService.rb', line 841

def operations
  @operations
end