Class: YSM::UserManagementService::GetUserStatus

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

Returns a new instance of GetUserStatus.



267
268
269
# File 'lib/ysm4r/v1/UserManagementService.rb', line 267

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

Instance Attribute Details

#usernameObject

Returns the value of attribute username.



265
266
267
# File 'lib/ysm4r/v1/UserManagementService.rb', line 265

def username
  @username
end