# File lib/fog/volume/openstack/requests/get_volume_type_details.rb, line 5
        def get_volume_type_details(volume_type_id)
          request(
            :expects => 200,
            :method  => 'GET',
            :path    => "types/#{volume_type_id}"
          )
        end