Catalyst::Model::XML::Feed::Item - stores some extra information about


Catalyst-Model-XML-Feed documentation  | view source Contained in the Catalyst-Model-XML-Feed distribution.

Index


NAME

Top

Catalyst::Model::XML::Feed::Item - stores some extra information about each XML feed.

SYNOPSIS

Top

   $feed{$name} = Catalyst::Model::XML::Feed::Item->new($feed, $uri);
   $feed{$name}->uri;
   $feed{$name}->updated;
   $feed{$name}->feed;

METHODS

Top

new($feed, $uri)

Creates an instance.

uri

Returns the original URI of the feed.

updated

Returns the time when the Item was created.

feed

Returns the feed.


Catalyst-Model-XML-Feed documentation  | view source Contained in the Catalyst-Model-XML-Feed distribution.