Class: Quorum::JobFetchData
- Inherits:
-
Object
- Object
- Quorum::JobFetchData
- Includes:
- ActiveModel::Validations
- Defined in:
- app/models/quorum/job_fetch_data.rb
Instance Attribute Summary collapse
-
#algo ⇒ Object
Returns the value of attribute algo.
-
#blast_dbs ⇒ Object
Returns the value of attribute blast_dbs.
-
#hit_display_id ⇒ Object
Returns the value of attribute hit_display_id.
-
#hit_id ⇒ Object
Returns the value of attribute hit_id.
Instance Attribute Details
#algo ⇒ Object
Returns the value of attribute algo.
6 7 8 |
# File 'app/models/quorum/job_fetch_data.rb', line 6 def algo @algo end |
#blast_dbs ⇒ Object
Returns the value of attribute blast_dbs.
6 7 8 |
# File 'app/models/quorum/job_fetch_data.rb', line 6 def blast_dbs @blast_dbs end |
#hit_display_id ⇒ Object
Returns the value of attribute hit_display_id.
6 7 8 |
# File 'app/models/quorum/job_fetch_data.rb', line 6 def hit_display_id @hit_display_id end |
#hit_id ⇒ Object
Returns the value of attribute hit_id.
6 7 8 |
# File 'app/models/quorum/job_fetch_data.rb', line 6 def hit_id @hit_id end |