Class: Perus::Server::ConfigMetric
- Inherits:
-
Sequel::Model
- Object
- Sequel::Model
- Perus::Server::ConfigMetric
- Defined in:
- lib/perus/server/models/config_metric.rb
Instance Method Summary collapse
Instance Method Details
#after_destroy ⇒ Object
10 11 12 13 |
# File 'lib/perus/server/models/config_metric.rb', line 10 def after_destroy super command_config.destroy end |
#config_hash ⇒ Object
6 7 8 |
# File 'lib/perus/server/models/config_metric.rb', line 6 def config_hash command_config.config_hash end |