Method: ForemanDeployments::TaskReference#to_hash
- Defined in:
- app/lib/foreman_deployments/task_reference.rb
#to_hash ⇒ Object
29 30 31 32 33 34 35 36 |
# File 'app/lib/foreman_deployments/task_reference.rb', line 29 def to_hash { '_type' => 'reference', '_name' => self.class.tag_name, 'object' => task_id, 'field' => output_key } end |