# File lib/fog/workflow/openstack/v2/requests/list_cron_triggers.rb, line 6
          def list_cron_triggers
            request(
              :expects => 200,
              :method  => "GET",
              :path    => "cron_triggers"
            )
          end