Module: HttpStub::Server::Scenario
- Defined in:
- lib/http_stub/server/scenario.rb,
lib/http_stub/server/scenario/links.rb,
lib/http_stub/server/scenario/parser.rb,
lib/http_stub/server/scenario/trigger.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, Parser, Scenario, Trigger
Class Method Summary collapse
Class Method Details
.create(args) ⇒ Object
6 7 8 |
# File 'lib/http_stub/server/scenario.rb', line 6 def self.create(args) HttpStub::Server::Scenario::Scenario.new(args) end |