Class: AdWords::V13::AccountService::UpdateAccountInfo
- Inherits:
-
Object
- Object
- AdWords::V13::AccountService::UpdateAccountInfo
- Defined in:
- lib/adwords4r/v13/AccountService.rb
Overview
updateAccountInfo
-
accountInfo - AdWords::V13::AccountService::AccountInfo
Instance Attribute Summary collapse
-
#accountInfo ⇒ Object
:nodoc: all.
Instance Method Summary collapse
-
#initialize(accountInfo = nil) ⇒ UpdateAccountInfo
constructor
A new instance of UpdateAccountInfo.
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
#accountInfo ⇒ Object
:nodoc: all
283 284 285 |
# File 'lib/adwords4r/v13/AccountService.rb', line 283 def accountInfo @accountInfo end |