Class: PDTP::FileService

Inherits:
Object
  • Object
show all
Defined in:
lib/pdtp/common/file_service.rb

Overview

base class for ClientFileService and ServerFileService. provides shared functionality

Direct Known Subclasses

Client::FileService, Server::FileService

Instance Method Summary collapse

Instance Method Details

#get_info(url) ⇒ Object

returns a FileInfo class associated with the url, or nil if the file isnt known



66
67
# File 'lib/pdtp/common/file_service.rb', line 66

def get_info(url)
end