class TrueConf::Entity::InvitationSimple
Public Class Methods
build(*res)
click to toggle source
# File lib/true-conf/entity/invitation_simple.rb, line 9 def build(*res) body = res.last new JSON.parse(body.first) end