Class: Mongoid::Shell::Commands::Mongo
- Defined in:
- lib/mongoid/shell/commands/mongo.rb
Instance Attribute Summary
Attributes included from Properties::Password
Attributes included from Properties::Username
Attributes included from Properties::Database
Attributes included from Properties::Primary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
arg, #cmd, command_for, inherit_args, inherited, #initialize, option, #to_s, #vargs
Constructor Details
This class inherits a constructor from Mongoid::Shell::Commands::Base
Instance Method Details
#host_port_and_db ⇒ Object
20 21 22 |
# File 'lib/mongoid/shell/commands/mongo.rb', line 20 def host_port_and_db [primary, db].compact.join('/') end |