Class: AdWords::V13::AccountService::UpdateAccountInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v13/AccountService.rb

Overview

updateAccountInfo

  • accountInfo - AdWords::V13::AccountService::AccountInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountInfo = nil) ⇒ UpdateAccountInfo

Returns a new instance of UpdateAccountInfo.



285
286
287
# File 'lib/adwords4r/v13/AccountService.rb', line 285

def initialize(accountInfo = nil)
  @accountInfo = accountInfo
end

Instance Attribute Details

#accountInfoObject

:nodoc: all



283
284
285
# File 'lib/adwords4r/v13/AccountService.rb', line 283

def accountInfo
  @accountInfo
end