class Acfs::Resource::Attributes::Dict

@api public

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

@example

class User
  include Acfs::Model
  attribute :opts, :dict
end