# File lib/fog/bluebox/requests/compute/get_templates.rb, line 15
        def get_templates
          request(
            :expects  => 200,
            :method   => 'GET',
            :path     => 'api/block_templates.json'
          )
        end