'sbf'
'facebook'
'twitter'
{ SBF => 1, FACEBOOK => 2, TWITTER => 3 }
41 42 43
# File 'lib/stbaldricks/entities/user.rb', line 41 def self.to_s(type_id) IDS.key(type_id) end
45 46 47
# File 'lib/stbaldricks/entities/user.rb', line 45 def self.value_of(type) IDS[type] end