Class: LocalDevelopmentGateway::DatabaseRouter::Route

Inherits:
Data
  • Object
show all
Defined in:
lib/local_development_gateway/database_router.rb

Instance Attribute Summary collapse

Instance Attribute Details

#driverObject (readonly)

Returns the value of attribute driver

Returns:

  • (Object)

    the current value of driver



10
11
12
# File 'lib/local_development_gateway/database_router.rb', line 10

def driver
  @driver
end

#hostnameObject (readonly)

Returns the value of attribute hostname

Returns:

  • (Object)

    the current value of hostname



10
11
12
# File 'lib/local_development_gateway/database_router.rb', line 10

def hostname
  @hostname
end

#portObject (readonly)

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



10
11
12
# File 'lib/local_development_gateway/database_router.rb', line 10

def port
  @port
end

#target_addressObject (readonly)

Returns the value of attribute target_address

Returns:

  • (Object)

    the current value of target_address



10
11
12
# File 'lib/local_development_gateway/database_router.rb', line 10

def target_address
  @target_address
end