| Reaction documentation | Contained in the Reaction distribution. |
Reaction::Meta::InterfaceModel::Object::ParameterAttribute
See Reaction::Class for authors.
See Reaction::Class for the license.
| Reaction documentation | Contained in the Reaction distribution. |
package Reaction::Meta::InterfaceModel::Object::ParameterAttribute; use Reaction::Class; use namespace::clean -except => [ qw(meta) ]; extends 'Reaction::Meta::Attribute'; has domain_model => ( isa => 'Str', is => 'ro', predicate => 'has_domain_model' ); has orig_attr_name => ( isa => 'Str', is => 'ro', predicate => 'has_orig_attr_name' ); __PACKAGE__->meta->make_immutable(inline_constructor => 0); 1;