class XenStore::Client

Client provides high-level interaction with XenStore

Public Class Methods

new(transport = nil) click to toggle source
# File lib/xsrb/client.rb, line 4
def initialize(transport = nil)
  @transport = transport || XenStore::Connection::UnixSocketConnection.new
end