# File lib/fog/slicehost/models/dns/zone.rb, line 22 def active=(new_active) attributes[:active] = case new_active when false, 'N' false when true, 'Y' true end end