Class: ForemanDatacenter::PowerOutletTemplate

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/foreman_datacenter/power_outlet_template.rb

Instance Method Summary collapse

Instance Method Details

#attrs_to_copyObject



8
9
10
# File 'app/models/foreman_datacenter/power_outlet_template.rb', line 8

def attrs_to_copy
  attributes.slice('name')
end