# File lib/fog/bluebox/models/compute/images.rb, line 12
        def all
          data = service.get_templates.body
          load(data)
        end