Method: Launch::Job#attributes=
- Defined in:
- lib/launch/job.rb
#attributes=(attributes) ⇒ Object
107 108 109 110 111 |
# File 'lib/launch/job.rb', line 107 def attributes=(attributes) attributes.each do |key, value| send(:"#{key}=", value) end end |