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