module MongoBrowser
Constants
- DEFAULT_MONGODB_HOST
- DEFAULT_MONGODB_PORT
- RACK_CONFIG
- VERSION
Attributes
mongodb_host[W]
mongodb_port[W]
Public Class Methods
mongodb_host()
click to toggle source
# File lib/mongo_browser.rb, line 14 def mongodb_host @mongodb_host || DEFAULT_MONGODB_HOST end
mongodb_port()
click to toggle source
# File lib/mongo_browser.rb, line 18 def mongodb_port @mongodb_port || DEFAULT_MONGODB_PORT end