Module: Vayacondios

Defined in:
lib/vayacondios.rb,
lib/vayacondios/configuration.rb

Defined Under Namespace

Modules: Server Classes: Configuration

Constant Summary collapse

API_VERSION =

Version of the api

'v3'
GEM_VERSION =

Gem version for both client and server

'0.3.2'
DEFAULT_SERVER_PORT =

Default port to find/connect to for the server

3467
DEFAULT_SERVER_ADDRESS =

Default address to bind/connect to for the server

'localhost'

Class Method Summary collapse

Class Method Details

.library_dirObject



16
17
18
# File 'lib/vayacondios.rb', line 16

def library_dir
  File.expand_path('../..', __FILE__)
end