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.



35
36
37
# File 'lib/workflow_manager/server.rb', line 35

def cluster
  @cluster
end

#db_dirObject

Returns the value of attribute db_dir.



32
33
34
# File 'lib/workflow_manager/server.rb', line 32

def db_dir
  @db_dir
end

#intervalObject

Returns the value of attribute interval.



33
34
35
# File 'lib/workflow_manager/server.rb', line 33

def interval
  @interval
end

#log_dirObject

Returns the value of attribute log_dir.



31
32
33
# File 'lib/workflow_manager/server.rb', line 31

def log_dir
  @log_dir
end

#resubmitObject

Returns the value of attribute resubmit.



34
35
36
# File 'lib/workflow_manager/server.rb', line 34

def resubmit
  @resubmit
end