Class: Scheduler::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#current_dbObject

Returns the value of attribute current_db.



3
4
5
# File 'lib/scheduler/configuration.rb', line 3

def current_db
  @current_db
end

#current_hostnameObject

Returns the value of attribute current_hostname.



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

def current_hostname
  @current_hostname
end

#establish_connectionObject

Returns the value of attribute establish_connection.



5
6
7
# File 'lib/scheduler/configuration.rb', line 5

def establish_connection
  @establish_connection
end

#with_connectionObject

Returns the value of attribute with_connection.



6
7
8
# File 'lib/scheduler/configuration.rb', line 6

def with_connection
  @with_connection
end