Property Accessor
A read-only property
sub name { my $self = shift; return $self->{name}; }