Method: Olelo::Attributes::Attribute::String#parse

Defined in:
lib/olelo/attributes.rb

#parse(params) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



40
41
42
43
# File 'lib/olelo/attributes.rb', line 40

def parse(params)
  value = params[key]
  value if !value.blank?
end