Sha256: e1adce01efa9ea989fac6d652a03dccaaea5332bba1057063d2e265ea851da51

Contents?: true

Size: 595 Bytes

Versions: 3

Compression:

Stored size: 595 Bytes

Contents

# TalonOne::NotificationTest

## Properties

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

## Code Sample

```ruby
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)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/NotificationTest.md
talon_one-6.0.0 docs/NotificationTest.md
talon_one-5.0.0 docs/NotificationTest.md