Class: YSM::UserManagementService::UpdateMyUserInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#updateAllObject

Returns the value of attribute updateAll.



478
479
480
# File 'lib/ysm4r/v1/UserManagementService.rb', line 478

def updateAll
  @updateAll
end

#userInfoObject

Returns the value of attribute userInfo.



477
478
479
# File 'lib/ysm4r/v1/UserManagementService.rb', line 477

def userInfo
  @userInfo
end