Class: AdwordsApi::V201101::AdParamService::Mutate

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

Overview

mutate

  • operations - AdwordsApi::V201101::AdParamService::AdParamOperation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operations = []) ⇒ Mutate

Returns a new instance of Mutate.



906
907
908
# File 'lib/adwords_api/v201101/AdParamService.rb', line 906

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

Instance Attribute Details

#operationsObject

:nodoc: all



904
905
906
# File 'lib/adwords_api/v201101/AdParamService.rb', line 904

def operations
  @operations
end