the-oneacct-export-project/oneacct-export

View on GitHub
lib/output_types.rb

Summary

Maintainability
A
0 mins
Test Coverage
module OutputTypes
  APEL_OT = %w(apel-0.2 apel-0.4)
  PBS_OT = %w(pbs-0.1)
  LOGSTASH_OT = %w(logstash-0.1)
end