class Acfs::Resource::Attributes::Float

@api public

Float attribute type. Use it in your model as an attribute type:

@example

class User < Acfs::Resource
  attribute :name, :float
end