# File lib/fog/brightbox/models/compute/images.rb, line 17 def get(identifier) data = connection.get_image(identifier) new(data) rescue Excon::Errors::NotFound nil end