IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6610


Ignore:
Timestamp:
Mar 16, 2006, 12:03:53 PM (20 years ago)
Author:
jhoblitt
Message:

document ->new()

File:
1 edited

Legend:

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

    r6608 r6610  
    11# Copyright (C) 2006  Joshua Hoblitt
    22#
    3 # $Id: Record.pm,v 1.6 2006-03-16 21:57:29 jhoblitt Exp $
     3# $Id: Record.pm,v 1.7 2006-03-16 22:03:53 jhoblitt Exp $
    44
    55package DataStore::Record;
     
    4747
    4848=over 4
     49
     50=item * C<new()>
     51
     52Basic constructor.
     53
     54    my $dsp = DataStore::Record->new(
     55        uri => 'http://example.com/',
     56    );
     57
     58Accepts a mandatory hash and returns a L<DataStore::Record> object.
     59
     60=over 4
     61
     62=item * uri
     63
     64A valid I<HTTP> URI as a string.
     65
     66=back
    4967
    5068=cut
Note: See TracChangeset for help on using the changeset viewer.