Class: RSpec::OpenAPI::SchemaFile
- Inherits:
-
Object
- Object
- RSpec::OpenAPI::SchemaFile
- Defined in:
- lib/rspec/openapi/schema_file.rb
Overview
TODO: Support JSON
Instance Method Summary collapse
- #edit(&block) ⇒ Object
-
#initialize(path) ⇒ SchemaFile
constructor
A new instance of SchemaFile.
Constructor Details
#initialize(path) ⇒ SchemaFile
Returns a new instance of SchemaFile.
10 11 12 |
# File 'lib/rspec/openapi/schema_file.rb', line 10 def initialize(path) @path = path end |