Changeset 8144
- Timestamp:
- Aug 4, 2006, 12:18:04 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/DataStore/lib/DataStore/Root.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStore/lib/DataStore/Root.pm
r8126 r8144 3 3 # Copyright (C) 2006 Joshua Hoblitt 4 4 # 5 # $Id: Root.pm,v 1. 2 2006-08-04 04:54:41smalle Exp $5 # $Id: Root.pm,v 1.3 2006-08-04 22:18:04 smalle Exp $ 6 6 7 7 package DataStore::Root; … … 66 66 Basic constructor. 67 67 68 my $dsp = DataStore:: Product->new(68 my $dsp = DataStore::Root->new( 69 69 uri => 'http://example.com/productid/', 70 last_fileset => 'foobar',71 70 ); 72 71 73 Accepts a mandatory hash and returns a L<DataStore:: Product> object.72 Accepts a mandatory hash and returns a L<DataStore::Root> object. 74 73 75 74 =over 4 … … 78 77 79 78 A valid I<HTTP> URI as a string. I<A trailing slash is required.> 80 81 =item * last_fileset82 83 The last FileSet ID that was requested as a string.84 85 This key is optional.86 79 87 80 =back
Note:
See TracChangeset
for help on using the changeset viewer.
