Method: Staypuft::Deployment::NeutronService::Cisconexus#attributes=
- Defined in:
- app/models/staypuft/deployment/neutron_service/cisconexus.rb
#attributes=(attrs) ⇒ Object
113 114 115 |
# File 'app/models/staypuft/deployment/neutron_service/cisconexus.rb', line 113 def attributes=(attrs) attrs.each { |attr, value| send "#{attr}=", value } unless attrs.nil? end |