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