Method: Fog::OpenStack::Monitoring::NotificationMethods#list_types

Defined in:
lib/fog/openstack/monitoring/models/notification_methods.rb

#list_typesObject



31
32
33
# File 'lib/fog/openstack/monitoring/models/notification_methods.rb', line 31

def list_types
  service.list_notification_method_types.body['elements'].map { |x| x['type'].to_sym }
end