class TrueConf::Entity::CallParticipant
Public Class Methods
build(*res)
click to toggle source
# File lib/true-conf/entity/call_participant.rb, line 25 def build(*res) body = res.last new JSON.parse(body.first) end