Class: LowLoad::Adapter
- Inherits:
-
Object
show all
- Defined in:
- lib/adapters/adapter.rb
Constant Summary
collapse
- EXTENSIONS =
[]
Instance Method Summary
collapse
Instance Method Details
#evaluate(file_path:, top_level_binding: nil) ⇒ Object
11
|
# File 'lib/adapters/adapter.rb', line 11
def evaluate(file_path:, top_level_binding: nil) = nil
|
7
|
# File 'lib/adapters/adapter.rb', line 7
def metadata(file_path:) = nil
|
#preload(file_path:) ⇒ Object
9
|
# File 'lib/adapters/adapter.rb', line 9
def preload(file_path:) = nil
|
#url_path(file_path:) ⇒ Object
13
|
# File 'lib/adapters/adapter.rb', line 13
def url_path(file_path:) = nil
|