Class: Mongoid::Shell::Commands::Mongoimport

Inherits:
Base
  • Object
show all
Includes:
Properties::AuthenticationDatabase, Properties::Database, Properties::Host, Properties::Password, Properties::SSL, Properties::Username
Defined in:
lib/mongoid/shell/commands/mongoimport.rb

Instance Attribute Summary

Attributes included from Properties::SSL

#ssl

Attributes included from Properties::AuthenticationDatabase

#authenticationDatabase

Attributes included from Properties::Password

#password

Attributes included from Properties::Username

#username

Attributes included from Properties::Database

#db

Attributes included from Properties::Host

#host

Attributes inherited from Base

#session

Method Summary

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