ResponseEntity
public class ResponseEntity : Responsible
Undocumented
-
Declaration
Swift
public var numOfResponses: Int
-
Declaration
Swift
public var milliseconds: Milliseconds
-
Undocumented
Declaration
Swift
public init(_ numOfResponses: Int, _ milliseconds: Milliseconds)
-
Undocumented
Declaration
Swift
public init(numOfResponses: Int = 0, milliseconds: Milliseconds = 0)
-
Declaration
Swift
public static func == (lhs: ResponseEntity, rhs: ResponseEntity) -> Bool
-
Undocumented
Declaration
Swift
static func - (lhs: ResponseEntity, rhs: ResponseEntity) -> ResponseEntity