Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 455 Bytes

File metadata and controls

20 lines (14 loc) · 455 Bytes

MockServer::OpenAPIExpectation

Properties

Name Type Description Notes
spec_url_or_payload AnyOfstringobject
operations_and_responses Hash<String, String> [optional]

Example

require 'mockserver-client'

instance = MockServer::OpenAPIExpectation.new(
  spec_url_or_payload: null,
  operations_and_responses: null
)