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

Class Method Summary collapse

Class Attribute Details

.dbnameObject

Returns the value of attribute dbname.



9
10
11
# File 'lib/index_checker.rb', line 9

def dbname
  @dbname
end

.passwordObject

Returns the value of attribute password.



9
10
11
# File 'lib/index_checker.rb', line 9

def password
  @password
end

.rdbmsObject

Returns the value of attribute rdbms.



9
10
11
# File 'lib/index_checker.rb', line 9

def rdbms
  @rdbms
end

.userObject

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

Yields:

  • (_self)

Yield Parameters:

  • _self (IndexChecker)

    the object that the method was called on



11
12
13
# File 'lib/index_checker.rb', line 11

def config
  yield self
end