1 2 3 4 5 6 |
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
|
Pastie
Support Pastie
or read my
Pastie << self
blog
1 2 3 4 5 6 |
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
|