Class: YSM::AccountService::UpdateAccount
- Inherits:
-
Object
- Object
- YSM::AccountService::UpdateAccount
- Defined in:
- lib/ysm4r/v1/AccountService.rb,
lib/ysm4r/v2/AccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2updateAccount
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#updateAll ⇒ Object
Returns the value of attribute updateAll.
Instance Method Summary collapse
-
#initialize(account = nil, updateAll = nil) ⇒ UpdateAccount
constructor
A new instance of UpdateAccount.
Constructor Details
#initialize(account = nil, updateAll = nil) ⇒ UpdateAccount
Returns a new instance of UpdateAccount.
236 237 238 239 |
# File 'lib/ysm4r/v1/AccountService.rb', line 236 def initialize(account = nil, updateAll = nil) @account = account @updateAll = updateAll end |
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account.
233 234 235 |
# File 'lib/ysm4r/v1/AccountService.rb', line 233 def account @account end |
#updateAll ⇒ Object
Returns the value of attribute updateAll.
234 235 236 |
# File 'lib/ysm4r/v1/AccountService.rb', line 234 def updateAll @updateAll end |