# File lib/fog/monitoring/openstack/models/notification_method.rb, line 15
        def create
          requires :name, :type, :address
          merge_attributes(
            service.create_notification_method(attributes).body
          )
        end