Class: Rightnow::Models::User
- Inherits:
-
Object
- Object
- Rightnow::Models::User
- Defined in:
- lib/rightnow/models/user.rb
Instance Method Summary collapse
Instance Method Details
#created_at ⇒ Object
31 32 33 |
# File 'lib/rightnow/models/user.rb', line 31 def created_at Time.at(created) end |
#last_login_at ⇒ Object
35 36 37 |
# File 'lib/rightnow/models/user.rb', line 35 def last_login_at Time.at(last_login) end |
#uri=(value) ⇒ Object
39 40 41 |
# File 'lib/rightnow/models/user.rb', line 39 def uri= value self.api_uri = value end |