Sha256: fa0b267b9ba2088cf2ff4f1e933653f181361b3d4e35899b96c38c6249db0c4b

Contents?: true

Size: 373 Bytes

Versions: 2

Compression:

Stored size: 373 Bytes

Contents

# Buildium::WaitHandle

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **handle** | **Object** |  | [optional] |
| **safe_wait_handle** | [**SafeWaitHandle**](SafeWaitHandle.md) |  | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::WaitHandle.new(
  handle: null,
  safe_wait_handle: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
buildium-ruby-3.0.0 docs/WaitHandle.md
buildium-ruby-2.1.0 docs/WaitHandle.md