Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 354 Bytes

File metadata and controls

20 lines (14 loc) · 354 Bytes

MockServer::VerificationTimes

Properties

Name Type Description Notes
at_least Integer [optional]
at_most Integer [optional]

Example

require 'mockserver-client'

instance = MockServer::VerificationTimes.new(
  at_least: null,
  at_most: null
)