Class: Pcrd::Config::Connection
- Inherits:
-
Data
- Object
- Data
- Pcrd::Config::Connection
- Defined in:
- lib/pcrd/config/connection.rb
Instance Attribute Summary collapse
-
#database ⇒ Object
readonly
Returns the value of attribute database.
-
#host ⇒ Object
readonly
Returns the value of attribute host.
-
#password ⇒ Object
readonly
Returns the value of attribute password.
-
#port ⇒ Object
readonly
Returns the value of attribute port.
-
#user ⇒ Object
readonly
Returns the value of attribute user.
Instance Attribute Details
#database ⇒ Object (readonly)
Returns the value of attribute database
5 6 7 |
# File 'lib/pcrd/config/connection.rb', line 5 def database @database end |
#host ⇒ Object (readonly)
Returns the value of attribute host
5 6 7 |
# File 'lib/pcrd/config/connection.rb', line 5 def host @host end |
#password ⇒ Object (readonly)
Returns the value of attribute password
5 6 7 |
# File 'lib/pcrd/config/connection.rb', line 5 def password @password end |
#port ⇒ Object (readonly)
Returns the value of attribute port
5 6 7 |
# File 'lib/pcrd/config/connection.rb', line 5 def port @port end |
#user ⇒ Object (readonly)
Returns the value of attribute user
5 6 7 |
# File 'lib/pcrd/config/connection.rb', line 5 def user @user end |