Class: Lifen::Status
- Inherits:
-
Object
- Object
- Lifen::Status
- Defined in:
- lib/lifen/status.rb
Instance Method Summary collapse
Instance Method Details
#refresh ⇒ Object
10 11 12 13 14 |
# File 'lib/lifen/status.rb', line 10 def refresh json = client.get("central/api/chats/status") self.unread = json["unread"] end |