Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 327 Bytes

Delay.md

File metadata and controls

20 lines (14 loc) · 327 Bytes

MockServer::Delay

Properties

Name Type Description Notes
time_unit String [optional]
value Integer [optional]

Example

require 'mockserver-client'

instance = MockServer::Delay.new(
  time_unit: null,
  value: null
)