class TrueConf::Entity::CallParticipantList

Public Class Methods

build(*res) click to toggle source
# File lib/true-conf/entity/call_participant_list.rb, line 12
def build(*res)
  body = res.last
  new JSON.parse(body.first)
end