1
2
3
4
5
6
  class Connection
    attr_reader :name # name of this connection (for display purposes)
    attr_reader :user, :password, :host, :port, :database
  private
    # take no notice of the man behind the curtain
  end