Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 595 Bytes

NotificationTest.md

File metadata and controls

27 lines (19 loc) · 595 Bytes

TalonOne::NotificationTest

Properties

Name Type Description Notes
http_response String The returned http response.
http_status Integer The returned http status code.

Code Sample

require 'TalonOne'

instance = TalonOne::NotificationTest.new(http_response: HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 256

{
  "message": "Hello, world!",
  "status": "success"
}
,
                                 http_status: 200)