Class: TrueConf::Entity::ConferenceSimple

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

Class Method Summary collapse

Methods inherited from Response

#error?, new, #success?

Class Method Details

.build(*res) ⇒ Object



17
18
19
20
# File 'lib/true-conf/entity/conference_simple.rb', line 17

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