Class: WorkflowManager::Server::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/workflow_manager/server.rb

Instance Attribute Summary collapse

Instance Attribute Details

#clusterObject

Returns the value of attribute cluster.



58
59
60
# File 'lib/workflow_manager/server.rb', line 58

def cluster
  @cluster
end

#db_dirObject

Returns the value of attribute db_dir.



55
56
57
# File 'lib/workflow_manager/server.rb', line 55

def db_dir
  @db_dir
end

#intervalObject

Returns the value of attribute interval.



56
57
58
# File 'lib/workflow_manager/server.rb', line 56

def interval
  @interval
end

#log_dirObject

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_confObject

Returns the value of attribute redis_conf.



59
60
61
# File 'lib/workflow_manager/server.rb', line 59

def redis_conf
  @redis_conf
end

#resubmitObject

Returns the value of attribute resubmit.



57
58
59
# File 'lib/workflow_manager/server.rb', line 57

def resubmit
  @resubmit
end