
Net::Gnip::Publisher - represent a publisher

my $publisher = Net::Gnip::Publisher->new($name);
# ... or parse from xml
my $publisher = Net::Gnip::Publisher->parse($xml);
# Set the name
$publisher->name($name);
# Get the name
my $name = $publisher->name
print $publisher->as_xml;

Initializes a Net::Gnip::Publisher object
Get or set the name
Parse some xml into an activity.
Return the activity as xml