Sha256: 8542e164b9689a15c18119bdfeb332e4b5a3277e0679d87c93a8641377fd07c1
Contents?: true
Size: 250 Bytes
Versions: 2
Compression:
Stored size: 250 Bytes
Contents
# Sets up the environment for all examples by loading the library and configuring it require 'pp' require File.join(File.dirname(__FILE__), '../lib', 'xbmc-client') Xbmc.base_uri "http://localhost:8435" Xbmc.basic_auth "xbmc", "xbmc" Xbmc.load_api!
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xbmc-client-0.1.2 | examples/example_environment.rb |
xbmc-client-0.1.1 | examples/example_environment.rb |