Module: Locomotive::Mounter::Writer::FileSystem

Defined in:
lib/locomotive/mounter/writer/file_system.rb,
lib/locomotive/mounter/writer/file_system/base.rb,
lib/locomotive/mounter/writer/file_system/site_writer.rb,
lib/locomotive/mounter/writer/file_system/pages_writer.rb,
lib/locomotive/mounter/writer/file_system/snippets_writer.rb,
lib/locomotive/mounter/writer/file_system/theme_assets_writer.rb,
lib/locomotive/mounter/writer/file_system/translations_writer.rb,
lib/locomotive/mounter/writer/file_system/content_types_writer.rb,
lib/locomotive/mounter/writer/file_system/content_assets_writer.rb,
lib/locomotive/mounter/writer/file_system/content_entries_writer.rb

Defined Under Namespace

Classes: Base, ContentAssetsWriter, ContentEntriesWriter, ContentTypesWriter, PagesWriter, Runner, SiteWriter, SnippetsWriter, ThemeAssetsWriter, TranslationsWriter

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



11
12
13
# File 'lib/locomotive/mounter/writer/file_system.rb', line 11

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