Class: Locomotive::Mounter::Reader::Api::SnippetsReader

Inherits:
Base
  • Object
show all
Defined in:
lib/locomotive/mounter/reader/api/snippets_reader.rb

Instance Attribute Summary

Attributes inherited from Base

#items, #runner

Instance Method Summary collapse

Methods inherited from Base

#add_content_asset, #get, #initialize, #mounting_point

Constructor Details

This class inherits a constructor from Locomotive::Mounter::Reader::Api::Base

Instance Method Details

#readArray

Build the list of snippets from the folder on the file system.

Returns:

  • (Array)

    The un-ordered list of snippets



12
13
14
15
16
17
18
# File 'lib/locomotive/mounter/reader/api/snippets_reader.rb', line 12

def read
  super

  self.fetch

  self.items
end