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