Class: Lifen::Status

Inherits:
Base
  • Object
show all
Defined in:
lib/lifen/status.rb

Instance Method Summary collapse

Instance Method Details

#refreshObject



8
9
10
11
12
# File 'lib/lifen/status.rb', line 8

def refresh
  json = client.get("central/api/chats/status")

  self.unread    = json["unread"]
end