Class
OpenShift::UserModel
In:
lib/openshift-origin-common/models/user_model.rb
Parent:
Model
Methods
delete
extract_value
find
find_all
find_by_uuid
hash_to_obj
json_to_obj
new
save
Public Class methods
find
(login, id)
find_all
(login, opts=nil, &block)
find_by_uuid
(uuid)
new
()
Protected Class methods
hash_to_obj
(hash)
json_to_obj
(json)
Public Instance methods
delete
(login)
save
(login)
Protected Instance methods
extract_value
(changed_attrs, key, value)
[Validate]