Class: Tetrahedron::Databases::Postgres::Configuration

Inherits:
Tetrahedron::Database::Configuration show all
Defined in:
lib/tetrahedron/databases/postgres.rb

Instance Attribute Summary collapse

Instance Attribute Details

#databaseObject

Returns the value of attribute database.



5
6
7
# File 'lib/tetrahedron/databases/postgres.rb', line 5

def database
  @database
end

#hostObject

Returns the value of attribute host.



5
6
7
# File 'lib/tetrahedron/databases/postgres.rb', line 5

def host
  @host
end

#passwordObject

Returns the value of attribute password.



5
6
7
# File 'lib/tetrahedron/databases/postgres.rb', line 5

def password
  @password
end

#poolObject

Returns the value of attribute pool.



5
6
7
# File 'lib/tetrahedron/databases/postgres.rb', line 5

def pool
  @pool
end

#portObject

Returns the value of attribute port.



5
6
7
# File 'lib/tetrahedron/databases/postgres.rb', line 5

def port
  @port
end

#userObject

Returns the value of attribute user.



5
6
7
# File 'lib/tetrahedron/databases/postgres.rb', line 5

def user
  @user
end