Class: YSM::UserManagementService::UpdateUserInfo

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(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

#updateAllObject

Returns the value of attribute updateAll.



392
393
394
# File 'lib/ysm4r/v1/UserManagementService.rb', line 392

def updateAll
  @updateAll
end

#userInfoObject

Returns the value of attribute userInfo.



391
392
393
# File 'lib/ysm4r/v1/UserManagementService.rb', line 391

def userInfo
  @userInfo
end

#usernameObject

Returns the value of attribute username.



390
391
392
# File 'lib/ysm4r/v1/UserManagementService.rb', line 390

def username
  @username
end