Module: IndexChecker
- Defined in:
- lib/index_checker.rb,
lib/index_checker/railtie.rb,
lib/index_checker/version.rb,
lib/index_checker/task_definition/base.rb,
lib/index_checker/task_definition/general_report.rb,
lib/generators/index_checker/initialize_generator.rb
Defined Under Namespace
Modules: Generators, TaskDefinition Classes: Railtie
Constant Summary collapse
- VERSION =
'1.0.17'.freeze
Class Attribute Summary collapse
-
.dbname ⇒ Object
Returns the value of attribute dbname.
-
.password ⇒ Object
Returns the value of attribute password.
-
.rdbms ⇒ Object
Returns the value of attribute rdbms.
-
.user ⇒ Object
Returns the value of attribute user.
Class Method Summary collapse
Class Attribute Details
.dbname ⇒ Object
Returns the value of attribute dbname.
9 10 11 |
# File 'lib/index_checker.rb', line 9 def dbname @dbname end |
.password ⇒ Object
Returns the value of attribute password.
9 10 11 |
# File 'lib/index_checker.rb', line 9 def password @password end |
.rdbms ⇒ Object
Returns the value of attribute rdbms.
9 10 11 |
# File 'lib/index_checker.rb', line 9 def rdbms @rdbms end |
.user ⇒ Object
Returns the value of attribute user.
9 10 11 |
# File 'lib/index_checker.rb', line 9 def user @user end |
Class Method Details
.config {|_self| ... } ⇒ Object
11 12 13 |
# File 'lib/index_checker.rb', line 11 def config yield self end |