Class: Restspec::DocsRunner::TemplateContext

Inherits:
Object
  • Object
show all
Defined in:
lib/restspec/runners/docs/docs_runner.rb

Instance Method Summary collapse

Instance Method Details

#endpoints_storeObject



49
50
51
# File 'lib/restspec/runners/docs/docs_runner.rb', line 49

def endpoints_store
  Restspec::EndpointStore
end

#namespace_storeObject



45
46
47
# File 'lib/restspec/runners/docs/docs_runner.rb', line 45

def namespace_store
  Restspec::NamespaceStore
end

#schema_storeObject



53
54
55
# File 'lib/restspec/runners/docs/docs_runner.rb', line 53

def schema_store
  Restspec::SchemaStore
end