Class: TrueConf::Entity::UserList
- Defined in:
- lib/true-conf/entity/user_list.rb
Class Method Summary collapse
Methods inherited from Response
Class Method Details
.build(*res) ⇒ Object
10 11 12 13 |
# File 'lib/true-conf/entity/user_list.rb', line 10 def build(*res) body = res.last new JSON.parse(body.first) end |