Class: OneScreen::User
- Defined in:
- lib/resources/user.rb
Instance Method Summary collapse
Methods inherited from Base
headers, read_only, #remove_read_only, set_authentication_cookie, #set_authentication_cookie
Instance Method Details
#username ⇒ Object
31 32 33 |
# File 'lib/resources/user.rb', line 31 def username self.user_name end |