Class: YSM::UserManagementService::DisableUser

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) ⇒ DisableUser

Returns a new instance of DisableUser.



736
737
738
# File 'lib/ysm4r/v1/UserManagementService.rb', line 736

def initialize(username = nil)
  @username = username
end

Instance Attribute Details

#usernameObject

Returns the value of attribute username.



734
735
736
# File 'lib/ysm4r/v1/UserManagementService.rb', line 734

def username
  @username
end