Method: Vop::ThingWithParams#param

Defined in:
lib/vop/objects/thing_with_params.rb

#param(name) ⇒ Object



11
12
13
# File 'lib/vop/objects/thing_with_params.rb', line 11

def param(name)
  @params.select { |x| x.name == name }.first
end