Class: YSM::UserManagementService::UpdateUserInfo
- Inherits:
-
Object
- Object
- YSM::UserManagementService::UpdateUserInfo
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2updateUserInfo
Instance Attribute Summary collapse
-
#updateAll ⇒ Object
Returns the value of attribute updateAll.
-
#userInfo ⇒ Object
Returns the value of attribute userInfo.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(username = nil, userInfo = nil, updateAll = nil) ⇒ UpdateUserInfo
constructor
A new instance of UpdateUserInfo.
Constructor Details
#initialize(username = nil, userInfo = nil, updateAll = nil) ⇒ UpdateUserInfo
Returns a new instance of UpdateUserInfo.
394 395 396 397 398 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 394 def initialize(username = nil, userInfo = nil, updateAll = nil) @username = username @userInfo = userInfo @updateAll = updateAll end |
Instance Attribute Details
#updateAll ⇒ Object
Returns the value of attribute updateAll.
392 393 394 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 392 def updateAll @updateAll end |
#userInfo ⇒ Object
Returns the value of attribute userInfo.
391 392 393 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 391 def userInfo @userInfo end |
#username ⇒ Object
Returns the value of attribute username.
390 391 392 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 390 def username @username end |