Module: HttpStub::Server::Scenario
- Defined in:
- lib/http_stub/server/scenario.rb,
lib/http_stub/server/scenario/links.rb,
lib/http_stub/server/scenario/trigger.rb,
lib/http_stub/server/scenario/registry.rb,
lib/http_stub/server/scenario/scenario.rb,
lib/http_stub/server/scenario/controller.rb,
lib/http_stub/server/scenario/not_found_error.rb
Defined Under Namespace
Classes: Controller, Links, NotFoundError, Registry, Scenario, Trigger
Class Method Summary collapse
Class Method Details
.create(hash) ⇒ Object
6 7 8 |
# File 'lib/http_stub/server/scenario.rb', line 6 def self.create(hash) HttpStub::Server::Scenario::Scenario.new(hash) end |