NAME
Reaction::InterfaceModel::Action::Search::UpdateSpec - Update search specification
SYNOPSIS
use
Reaction::Class;
use
namespace::autoclean;
# this will reflect the search spec as update spec in the current
# class.
my
$info
= reflect_attributes_from_target SearchSpec;
sub
_reflection_info {
$info
}
1;