Class: Mongo3::Zone
- Inherits:
-
Object
- Object
- Mongo3::Zone
- Defined in:
- lib/mongo3/zone.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(config_file) ⇒ Zone
constructor
A new instance of Zone.
Constructor Details
#initialize(config_file) ⇒ Zone
Returns a new instance of Zone.
6 7 8 |
# File 'lib/mongo3/zone.rb', line 6 def initialize( config_file ) @config_file = config_file end |