Class: Field::Float

Inherits:
Base
  • Object
show all
Defined in:
lib/field/float.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



3
4
5
# File 'lib/field/float.rb', line 3

def attribute
  Float
end