# File lib/fog/brightbox/models/compute/zones.rb, line 14 def get(identifier) return nil if identifier.nil? || identifier == "" data = service.get_zone(identifier) new(data) rescue Excon::Errors::NotFound nil end