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.
-
#redis_conf ⇒ Object
Returns the value of attribute redis_conf.
-
#resubmit ⇒ Object
Returns the value of attribute resubmit.
Instance Attribute Details
#cluster ⇒ Object
Returns the value of attribute cluster.
58 59 60 |
# File 'lib/workflow_manager/server.rb', line 58 def cluster @cluster end |
#db_dir ⇒ Object
Returns the value of attribute db_dir.
55 56 57 |
# File 'lib/workflow_manager/server.rb', line 55 def db_dir @db_dir end |
#interval ⇒ Object
Returns the value of attribute interval.
56 57 58 |
# File 'lib/workflow_manager/server.rb', line 56 def interval @interval end |
#log_dir ⇒ Object
Returns the value of attribute log_dir.
54 55 56 |
# File 'lib/workflow_manager/server.rb', line 54 def log_dir @log_dir end |
#redis_conf ⇒ Object
Returns the value of attribute redis_conf.
59 60 61 |
# File 'lib/workflow_manager/server.rb', line 59 def redis_conf @redis_conf end |
#resubmit ⇒ Object
Returns the value of attribute resubmit.
57 58 59 |
# File 'lib/workflow_manager/server.rb', line 57 def resubmit @resubmit end |