Class: Restspec::DocsRunner::TemplateContext
- Inherits:
-
Object
- Object
- Restspec::DocsRunner::TemplateContext
- Defined in:
- lib/restspec/runners/docs/docs_runner.rb
Instance Method Summary collapse
Instance Method Details
#endpoints_store ⇒ Object
49 50 51 |
# File 'lib/restspec/runners/docs/docs_runner.rb', line 49 def endpoints_store Restspec::EndpointStore end |
#namespace_store ⇒ Object
45 46 47 |
# File 'lib/restspec/runners/docs/docs_runner.rb', line 45 def namespace_store Restspec::NamespaceStore end |
#schema_store ⇒ Object
53 54 55 |
# File 'lib/restspec/runners/docs/docs_runner.rb', line 53 def schema_store Restspec::SchemaStore end |