Module: Locomotive::Mounter::Reader::FileSystem

Defined in:
lib/locomotive/mounter/reader/file_system.rb,
lib/locomotive/mounter/reader/file_system/base.rb,
lib/locomotive/mounter/reader/file_system/site_reader.rb,
lib/locomotive/mounter/reader/file_system/pages_reader.rb,
lib/locomotive/mounter/reader/file_system/snippets_reader.rb,
lib/locomotive/mounter/reader/file_system/theme_assets_reader.rb,
lib/locomotive/mounter/reader/file_system/translations_reader.rb,
lib/locomotive/mounter/reader/file_system/content_types_reader.rb,
lib/locomotive/mounter/reader/file_system/content_assets_reader.rb,
lib/locomotive/mounter/reader/file_system/content_entries_reader.rb

Defined Under Namespace

Classes: Base, ContentAssetsReader, ContentEntriesReader, ContentTypesReader, PagesReader, Runner, SiteReader, SnippetsReader, ThemeAssetsReader, TranslationsReader

Class Method Summary collapse

Class Method Details

.instanceObject

Build a singleton instance of the Runner class.

Returns:

  • (Object)

    A singleton instance of the Runner class



10
11
12
# File 'lib/locomotive/mounter/reader/file_system.rb', line 10

def self.instance
  @@instance ||= Runner.new(:file_system)
end