Method: OMF::Web::FileContentRepository#initialize
- Defined in:
- lib/omf-web/content/file_repository.rb
#initialize(name, opts) ⇒ FileContentRepository
Returns a new instance of FileContentRepository.
15 16 17 18 |
# File 'lib/omf-web/content/file_repository.rb', line 15 def initialize(name, opts) super @url_prefix = "file:#{name}:" end |