class TrueConf::Entity::InvitationList

Public Class Methods

build(*res) click to toggle source
# File lib/true-conf/entity/invitation_list.rb, line 9
def build(*res)
  body = res.last
  new JSON.parse(body.first)
end