Module: Restspec::Stores
- Defined in:
- lib/restspec/stores/schema_store.rb,
lib/restspec/stores/endpoint_store.rb,
lib/restspec/stores/namespace_store.rb
Defined Under Namespace
Classes: EndpointStoreDelegator, NamespaceStoreDelegator, SchemaStoreDelegator
Constant Summary collapse
- SchemaStore =
SchemaStoreDelegator.new(Hash.new)
- EndpointStore =
EndpointStoreDelegator.new(Hash.new)
- NamespaceStore =
NamespaceStoreDelegator.new(Array.new)