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