:nodoc:
Parameters:
Returns:
39 40 41 42 43 44 45
# File 'lib/yobi/repository/ls.rb', line 39 def self.call(raw) case raw["message_type"] when "snapshot" then Snapshot.new(raw) when "node" then Node.new(raw) else raw end end