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.



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

def cluster
  @cluster
end

#db_dirObject

Returns the value of attribute db_dir.



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

def db_dir
  @db_dir
end

#intervalObject

Returns the value of attribute interval.



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

def interval
  @interval
end

#log_dirObject

Returns the value of attribute log_dir.



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

def log_dir
  @log_dir
end

#resubmitObject

Returns the value of attribute resubmit.



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

def resubmit
  @resubmit
end