class Acfs::Resource::Attributes::Integer

@api public

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

@example

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