# File lib/fog/ecloud/models/compute/password_complexity_rules.rb, line 17 def get(uri) if data = connection.get_password_complexity_rule(uri) new(data.body) end rescue Fog::Errors::NotFound nil end