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