Help for this page
sub get_attribute { my ( $self, $attribute ) = @_; ... ? $self->{ATTRIBUTES}{$attribute} : undef; }
sub get_attribute { my ( $self, $attribute ) = @_; return $self->{ATTRIBUTES}{$attribute}; }