IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 16, 2006, 11:44:58 AM (20 years ago)
Author:
jhoblitt
Message:

doc update

File:
1 edited

Legend:

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

    r6601 r6603  
    11# Copyright (C) 2006  Joshua Hoblitt
    22#
    3 # $Id: File.pm,v 1.6 2006-03-16 02:47:09 jhoblitt Exp $
     3# $Id: File.pm,v 1.7 2006-03-16 21:44:58 jhoblitt Exp $
    44
    55package DataStore::File;
     
    5252
    5353=head1 DESCRIPTION
     54
     55This class I<isa> L<DataStore::Record>
    5456
    5557=head1 USAGE
     
    143145=over 4
    144146
    145 =item * C<uri>
    146 
    147 Basic accessor.
    148 
    149 =item * C<fileid>
    150 
    151 Basic accessor.
    152 
    153 =item * C<bytes>
    154 
    155 Basic accessor.
    156 
    157 =item * C<md5sum>
    158 
    159 Basic accessor.
    160 
    161 =item * C<type>
     147=item * C<uri()>
     148
     149Basic accessor.
     150
     151=item * C<fileid()>
     152
     153Basic accessor.
     154
     155=item * C<bytes()>
     156
     157Basic accessor.
     158
     159=item * C<md5sum()>
     160
     161Basic accessor.
     162
     163=item * C<type()>
    162164
    163165Basic accessor.
Note: See TracChangeset for help on using the changeset viewer.