Method: Bl::Commands::Space#get_notification

Defined in:
lib/bl/commands/space.rb

#get_notificationObject



31
32
33
34
# File 'lib/bl/commands/space.rb', line 31

def get_notification
  res = request(:get, 'space/notification')
  print_space_notification(res)
end