module NumeritajTipo::Base

Public Instance Methods

enumerize(attribute_name, options = {}) click to toggle source
# File lib/numeritaj_tipo/base.rb, line 3
def enumerize(attribute_name, options = {})
  AttributeDefinition.new(attribute_name, options).build(self)
end