Module: Ensembl
- Defined in:
- lib/ensembl.rb,
lib/ensembl/version.rb,
lib/ensembl/variation/activerecord.rb
Defined Under Namespace
Modules: PrimaryKeyOverrides, TableNameOverrides, Variation Classes: Connection, ModelBase
Constant Summary collapse
- VERSION =
"0.0.2"
Class Attribute Summary collapse
-
.database ⇒ Object
Returns the value of attribute database.
-
.host ⇒ Object
Returns the value of attribute host.
-
.password ⇒ Object
Returns the value of attribute password.
-
.port ⇒ Object
Returns the value of attribute port.
-
.username ⇒ Object
Returns the value of attribute username.
Class Attribute Details
.database ⇒ Object
Returns the value of attribute database.
9 10 11 |
# File 'lib/ensembl.rb', line 9 def database @database end |
.host ⇒ Object
Returns the value of attribute host.
9 10 11 |
# File 'lib/ensembl.rb', line 9 def host @host end |
.password ⇒ Object
Returns the value of attribute password.
9 10 11 |
# File 'lib/ensembl.rb', line 9 def password @password end |
.port ⇒ Object
Returns the value of attribute port.
9 10 11 |
# File 'lib/ensembl.rb', line 9 def port @port end |
.username ⇒ Object
Returns the value of attribute username.
9 10 11 |
# File 'lib/ensembl.rb', line 9 def username @username end |