Class: Hx::Backend::Hobix

Inherits:
HobixFilter show all
Defined in:
lib/hx/backend/hobix.rb

Instance Method Summary collapse

Methods inherited from HobixFilter

#each_entry_path, #edit_entry, #get_entry

Methods included from Filter

#each_entry, #each_entry_path, #get_entry

Methods included from View

#each_entry, #edit_entry

Constructor Details

#initialize(input, options) ⇒ Hobix

Returns a new instance of Hobix.



89
90
91
92
# File 'lib/hx/backend/hobix.rb', line 89

def initialize(input, options)
  files = Hx::Backend::RawFiles.new(input, options)
  super(files, options)
end