Class: Hyde::ProbeContext
- Inherits:
-
Object
- Object
- Hyde::ProbeContext
- Defined in:
- lib/hyde/probe.rb
Overview
Context that provides execution context for Probes.
Instance Method Summary collapse
-
#initialize(origin) ⇒ ProbeContext
constructor
A new instance of ProbeContext.
Methods included from DSL::CommonMethods
Methods included from DSL::ProbeMethods
#escape_html, #file, #form, #form?, #header, #remove_header, #request, #status, #unescape_html
Methods included from DSL::ProbeConstructors
Constructor Details
#initialize(origin) ⇒ ProbeContext
Returns a new instance of ProbeContext.
32 33 34 |
# File 'lib/hyde/probe.rb', line 32 def initialize(origin) @origin = origin end |