Class: Adva::Static::Import::Source::Page
- Defined in:
- lib/adva/static/import/source/page.rb
Constant Summary
Constants inherited from Section
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Section
Methods inherited from Base
#<=>, #data, #initialize, #model_name, #to_hash
Constructor Details
This class inherits a constructor from Adva::Static::Import::Source::Base
Class Method Details
.recognize(paths) ⇒ Object
7 8 9 |
# File 'lib/adva/static/import/source/page.rb', line 7 def recognize(paths) paths.map { |path| new(path) } end |