IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8144


Ignore:
Timestamp:
Aug 4, 2006, 12:18:04 PM (20 years ago)
Author:
smalle
Message:
  • fixed doc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/lib/DataStore/Root.pm

    r8126 r8144  
    33# Copyright (C) 2006  Joshua Hoblitt
    44#
    5 # $Id: Root.pm,v 1.2 2006-08-04 04:54:41 smalle Exp $
     5# $Id: Root.pm,v 1.3 2006-08-04 22:18:04 smalle Exp $
    66
    77package DataStore::Root;
     
    6666Basic constructor.
    6767
    68     my $dsp = DataStore::Product->new(
     68    my $dsp = DataStore::Root->new(
    6969        uri             => 'http://example.com/productid/',
    70         last_fileset    => 'foobar',
    7170    );
    7271
    73 Accepts a mandatory hash and returns a L<DataStore::Product> object.
     72Accepts a mandatory hash and returns a L<DataStore::Root> object.
    7473
    7574=over 4
     
    7877
    7978A valid I<HTTP> URI as a string.  I<A trailing slash is required.>
    80 
    81 =item * last_fileset
    82 
    83 The last FileSet ID that was requested as a string.
    84 
    85 This key is optional.
    8679
    8780=back
Note: See TracChangeset for help on using the changeset viewer.