Class: FastaDatabase
- Inherits:
-
Object
- Object
- FastaDatabase
- Defined in:
- lib/protk/search_tool.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(name, path) ⇒ FastaDatabase
constructor
A new instance of FastaDatabase.
Constructor Details
#initialize(name, path) ⇒ FastaDatabase
Returns a new instance of FastaDatabase.
19 20 21 22 |
# File 'lib/protk/search_tool.rb', line 19 def initialize(name,path) @name=name @path=path end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
17 18 19 |
# File 'lib/protk/search_tool.rb', line 17 def name @name end |
#path ⇒ Object (readonly)
Returns the value of attribute path.
18 19 20 |
# File 'lib/protk/search_tool.rb', line 18 def path @path end |