Class: YSM::UserManagementService::EnableUser

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

Returns a new instance of EnableUser.



343
344
345
# File 'lib/ysm4r/v1/UserManagementService.rb', line 343

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

Instance Attribute Details

#usernameObject

Returns the value of attribute username.



341
342
343
# File 'lib/ysm4r/v1/UserManagementService.rb', line 341

def username
  @username
end