Class: Hyde::PathBinding

Inherits:
Object
  • Object
show all
Includes:
DSL::PathConstructors, DSL::PathMethods
Defined in:
lib/hyde/path.rb

Overview

Protected interface that provides DSL context for setup block.

Direct Known Subclasses

ServerBinding

Instance Method Summary collapse

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