Class: TrueConf::Entity::CallParticipantList

Inherits:
Response
  • Object
show all
Defined in:
lib/true-conf/entity/call_participant_list.rb

Class Method Summary collapse

Methods inherited from Response

#error?, new, #success?

Class Method Details

.build(*res) ⇒ Object



12
13
14
15
# File 'lib/true-conf/entity/call_participant_list.rb', line 12

def build(*res)
  body = res.last
  new JSON.parse(body.first)
end