Class: Hyde::PathBinding
- Inherits:
-
Object
- Object
- Hyde::PathBinding
- Includes:
- DSL::PathConstructors, DSL::PathMethods
- Defined in:
- lib/hyde/path.rb
Overview
Protected interface that provides DSL context for setup block.
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(path) ⇒ PathBinding
constructor
A new instance of PathBinding.
Methods included from DSL::PathMethods
#filter, #index, #postprocess, #preprocess, #remap, #root
Methods included from DSL::PathConstructors
#connect, #delete, #get, #head, #options, #patch, #path, #post, #probe, #put, #register, #serve, #trace
Constructor Details
#initialize(path) ⇒ PathBinding
Returns a new instance of PathBinding.
15 16 17 |
# File 'lib/hyde/path.rb', line 15 def initialize(path) @origin = path end |