Class: Field::PersonType

Inherits:
Base
  • Object
show all
Defined in:
lib/field/person_type.rb

Instance Attribute Summary

Attributes inherited from Base

#form, #name, #options

Instance Method Summary collapse

Methods inherited from Base

factory, #initialize, #inject_attributes, #inject_validations, #presenter_class, #setup_container, #value

Constructor Details

This class inherits a constructor from Field::Base

Instance Method Details

#attributeObject



5
6
7
# File 'lib/field/person_type.rb', line 5

def attribute
  ::Attribute::PersonType
end