class Acfs::Resource::Attributes::String

@api public

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

@example

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