class Acfs::Resource::Attributes::Uuid

@api public

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

@example

class User < Acfs::Resource
  attribute :id, :uuid
end