class Dynomatic::Configuration
Attributes
adapter[RW]
heroku_app[RW]
heroku_token[RW]
rules[RW]
worker_names[RW]
Public Instance Methods
sorted_rules()
click to toggle source
# File lib/dynomatic/configuration.rb, line 5 def sorted_rules @rules.sort_by { |rule| rule[:over] } end