Class: PDTP::FileService
- Inherits:
-
Object
- Object
- PDTP::FileService
- Defined in:
- lib/pdtp/common/file_service.rb
Overview
base class for ClientFileService and ServerFileService. provides shared functionality
Direct Known Subclasses
Instance Method Summary collapse
-
#get_info(url) ⇒ Object
returns a FileInfo class associated with the url, or nil if the file isnt known.
Instance Method Details
#get_info(url) ⇒ Object
returns a FileInfo class associated with the url, or nil if the file isnt known
78 79 |
# File 'lib/pdtp/common/file_service.rb', line 78 def get_info(url) end |