Class: TrueConf::Entity::UserSimple

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

Class Method Summary collapse

Methods inherited from Response

#error?, new, #success?

Class Method Details

.build(*res) ⇒ Object



10
11
12
13
# File 'lib/true-conf/entity/user_simple.rb', line 10

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