Class: YSM::UserManagementService::UpdateMyUserInfo
- Inherits:
-
Object
- Object
- YSM::UserManagementService::UpdateMyUserInfo
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2updateMyUserInfo
Instance Attribute Summary collapse
-
#updateAll ⇒ Object
Returns the value of attribute updateAll.
-
#userInfo ⇒ Object
Returns the value of attribute userInfo.
Instance Method Summary collapse
-
#initialize(userInfo = nil, updateAll = nil) ⇒ UpdateMyUserInfo
constructor
A new instance of UpdateMyUserInfo.
Constructor Details
#initialize(userInfo = nil, updateAll = nil) ⇒ UpdateMyUserInfo
Returns a new instance of UpdateMyUserInfo.
480 481 482 483 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 480 def initialize(userInfo = nil, updateAll = nil) @userInfo = userInfo @updateAll = updateAll end |
Instance Attribute Details
#updateAll ⇒ Object
Returns the value of attribute updateAll.
478 479 480 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 478 def updateAll @updateAll end |
#userInfo ⇒ Object
Returns the value of attribute userInfo.
477 478 479 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 477 def userInfo @userInfo end |