Class: ActiveRecord::Base
- Inherits:
-
Object
- Object
- ActiveRecord::Base
- Defined in:
- lib/foreman_pipeline/monkeys.rb
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 |
# File 'lib/foreman_pipeline/monkeys.rb', line 4 def to_hash attributes end |