Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 423 Bytes

File metadata and controls

22 lines (16 loc) · 423 Bytes

MockServer::HttpTemplate

Properties

Name Type Description Notes
delay Delay [optional]
template_type String [optional]
template String [optional]

Example

require 'mockserver-client'

instance = MockServer::HttpTemplate.new(
  delay: null,
  template_type: null,
  template: null
)