Class: ActiveRecord::Base
- Inherits:
-
Object
- Object
- ActiveRecord::Base
- Defined in:
- lib/foreman_deployments/monkey_patches.rb
Direct Known Subclasses
ForemanDeployments::Configuration, ForemanDeployments::Deployment, ForemanDeployments::Stack
Instance Method Summary collapse
-
#to_hash ⇒ Object
adding to_hash to enable for using in dynflog actions’ output.
Instance Method Details
#to_hash ⇒ Object
adding to_hash to enable for using in dynflog actions’ output
4 5 6 7 |
# File 'lib/foreman_deployments/monkey_patches.rb', line 4 def to_hash # TODO: replace passwords attributes end |