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