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