<<
Koha::Patron::Attribute::Type - Koha::Patron::Attribute::Type Object class
my $attribute = Koha::Patron::Attribute->new({ code => 'a_code', ... }); try { $attribute->store } catch { handle_exception };