Module: Fairy::WC::Interface

Defined in:
lib/fairy/client/wc.rb

Instance Method Summary collapse

Instance Method Details

#wc(from_desc, to_desc, opts = {}) ⇒ Object



11
12
13
14
# File 'lib/fairy/client/wc.rb', line 11

def wc(from_desc, to_desc, opts = {})
	wc = WC.open(self, opts, from_desc)
	wc.post_wc(to_desc, opts)
end