Module: CouchbaseLiteLocal
- Defined in:
- lib/couchbase_lite_local.rb,
lib/couchbase_lite_local/version.rb
Defined Under Namespace
Classes: HTTPListener
Constant Summary collapse
- DEFAULT_PORT =
5984- VERSION =
"0.0.2"
Class Method Summary collapse
Class Method Details
.start(port = DEFAULT_PORT) ⇒ Object
38 39 40 |
# File 'lib/couchbase_lite_local.rb', line 38 def self.start port = DEFAULT_PORT HTTPListener.new port end |