Method: SimpleFormObject::ClassMethods#_attribute

Defined in:
lib/simple_form_object.rb

#_attribute(attribute_name) ⇒ Object



34
35
36
# File 'lib/simple_form_object.rb', line 34

def _attribute(attribute_name)
  _attributes.select { |a| a.name == attribute_name }.first
end