class XenStore::Client
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