Class: Alterity::Configuration

Inherits:
Struct
  • Object
show all
Defined in:
lib/alterity/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#after_commandObject

Returns the value of attribute after_command

Returns:

  • (Object)

    the current value of after_command



4
5
6
# File 'lib/alterity/configuration.rb', line 4

def after_command
  @after_command
end

#before_commandObject

Returns the value of attribute before_command

Returns:

  • (Object)

    the current value of before_command



4
5
6
# File 'lib/alterity/configuration.rb', line 4

def before_command
  @before_command
end

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



4
5
6
# File 'lib/alterity/configuration.rb', line 4

def command
  @command
end

#databaseObject

Returns the value of attribute database

Returns:

  • (Object)

    the current value of database



4
5
6
# File 'lib/alterity/configuration.rb', line 4

def database
  @database
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



4
5
6
# File 'lib/alterity/configuration.rb', line 4

def host
  @host
end

#on_command_outputObject

Returns the value of attribute on_command_output

Returns:

  • (Object)

    the current value of on_command_output



4
5
6
# File 'lib/alterity/configuration.rb', line 4

def on_command_output
  @on_command_output
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



4
5
6
# File 'lib/alterity/configuration.rb', line 4

def password
  @password
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



4
5
6
# File 'lib/alterity/configuration.rb', line 4

def port
  @port
end

#replicas_dsnsObject

Returns the value of attribute replicas_dsns

Returns:

  • (Object)

    the current value of replicas_dsns



4
5
6
# File 'lib/alterity/configuration.rb', line 4

def replicas_dsns
  @replicas_dsns
end

#replicas_dsns_databaseObject

Returns the value of attribute replicas_dsns_database

Returns:

  • (Object)

    the current value of replicas_dsns_database



4
5
6
# File 'lib/alterity/configuration.rb', line 4

def replicas_dsns_database
  @replicas_dsns_database
end

#replicas_dsns_tableObject

Returns the value of attribute replicas_dsns_table

Returns:

  • (Object)

    the current value of replicas_dsns_table



4
5
6
# File 'lib/alterity/configuration.rb', line 4

def replicas_dsns_table
  @replicas_dsns_table
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



4
5
6
# File 'lib/alterity/configuration.rb', line 4

def username
  @username
end