Method: Bl::Notifications#list

Defined in:
lib/bl/notifications.rb

#listObject



12
13
14
15
# File 'lib/bl/notifications.rb', line 12

def list
  res = request(:get, @url, options.to_h)
  res.body.map { |n| puts n.pretty_inspect }
end