Class: WorkflowManager::Server::Config
- Inherits:
-
Object
- Object
- WorkflowManager::Server::Config
- Defined in:
- lib/workflow_manager/server.rb
Instance Attribute Summary collapse
-
#cluster ⇒ Object
Returns the value of attribute cluster.
-
#db_dir ⇒ Object
Returns the value of attribute db_dir.
-
#interval ⇒ Object
Returns the value of attribute interval.
-
#log_dir ⇒ Object
Returns the value of attribute log_dir.
-
#resubmit ⇒ Object
Returns the value of attribute resubmit.
Instance Attribute Details
#cluster ⇒ Object
Returns the value of attribute cluster.
36 37 38 |
# File 'lib/workflow_manager/server.rb', line 36 def cluster @cluster end |
#db_dir ⇒ Object
Returns the value of attribute db_dir.
33 34 35 |
# File 'lib/workflow_manager/server.rb', line 33 def db_dir @db_dir end |
#interval ⇒ Object
Returns the value of attribute interval.
34 35 36 |
# File 'lib/workflow_manager/server.rb', line 34 def interval @interval end |
#log_dir ⇒ Object
Returns the value of attribute log_dir.
32 33 34 |
# File 'lib/workflow_manager/server.rb', line 32 def log_dir @log_dir end |
#resubmit ⇒ Object
Returns the value of attribute resubmit.
35 36 37 |
# File 'lib/workflow_manager/server.rb', line 35 def resubmit @resubmit end |