class App42::User::User

Attributes

accountLocked[RW]
email[RW]
password[RW]
profile[RW]
roleList[RW]
userName[RW]

Public Instance Methods

to_s() click to toggle source

Returns the User Response in JSON format.

@return the response in JSON format.

# File lib/user/User.rb, line 31
def to_s
  return strResponse
end