
WWW::Webrobot::Attributes - define setter/getter for attributes of a class

use WWW::Webrobot::Attributes qw(attr1 attr2 attr3);

This module is used to define setter/getter for attributes. Access:
$self->attr1
return attribute named 'attr1'
$self->attr1($value);
set attribute named 'attr1' to value '$value'