Class: Lifen::Status

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

Instance Method Summary collapse

Instance Method Details

#reloadObject 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