Module: FileSv
- Defined in:
- lib/file_sv.rb,
lib/file_sv/version.rb
Overview
Create Service Virtualization from a simple file system
Defined Under Namespace
Classes: Error, FileNameError
Constant Summary collapse
- VERSION =
"0.2.1"
Class Method Summary collapse
-
.rest_methods ⇒ Hash
Mapping of REST method names to setting classes.
Class Method Details
.rest_methods ⇒ Hash
Returns Mapping of REST method names to setting classes.
22 23 24 25 26 27 |
# File 'lib/file_sv.rb', line 22 def rest_methods { get: GetSettings, post: PostSettings, patch: PatchSettings, options: OptionsSettings, delete: DeleteSettings, put: PutSettings } end |