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