Class: TrueConf::Entity::ConferenceSimple
- Defined in:
- lib/true-conf/entity/conference_simple.rb
Class Method Summary collapse
Methods inherited from Response
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 |