Class: Lifen::Status

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

Instance Method Summary collapse

Instance Method Details

#refreshObject



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