class Rack::JsonSchema::Mock::ExampleNotFound
Public Instance Methods
id()
click to toggle source
# File lib/rack/json_schema/mock.rb, line 85 def id "example_not_found" end
status()
click to toggle source
# File lib/rack/json_schema/mock.rb, line 89 def status 500 end