lxd_host.rb 176 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 class LxdHost < ActiveRecord::Base def cert=(cert) @cert = cert end def api Lxd::API.get self, @cert end def config Lxd::Config.get api end end # vim: ts=2 sw=2: