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.



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

def cluster
  @cluster
end

#db_dirObject

Returns the value of attribute db_dir.



52
53
54
# File 'lib/workflow_manager/server.rb', line 52

def db_dir
  @db_dir
end

#intervalObject

Returns the value of attribute interval.



53
54
55
# File 'lib/workflow_manager/server.rb', line 53

def interval
  @interval
end

#log_dirObject

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_confObject

Returns the value of attribute redis_conf.



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

def redis_conf
  @redis_conf
end

#resubmitObject

Returns the value of attribute resubmit.



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

def resubmit
  @resubmit
end