Class: YSM::UserManagementService::GetUserInfo

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

Returns a new instance of GetUserInfo.



751
752
753
# File 'lib/ysm4r/v1/UserManagementService.rb', line 751

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

Instance Attribute Details

#usernameObject

Returns the value of attribute username.



749
750
751
# File 'lib/ysm4r/v1/UserManagementService.rb', line 749

def username
  @username
end