Sha256: f35cb612affbdeb068ab44126432b63a82259bd84b431e383562e70972b82d43

Contents?: true

Size: 382 Bytes

Versions: 3

Compression:

Stored size: 382 Bytes

Contents

# Athenian::WorkTypeRule

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Rule name - must be unique within the parent work type. |  |
| **body** | **Object** | Freeform parameters of the rule. |  |

## Example

```ruby
require 'athenian'

instance = Athenian::WorkTypeRule.new(
  name: null,
  body: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
athenian-2.1.86 docs/WorkTypeRule.md
athenian-2.1.85 docs/WorkTypeRule.md
athenian-2.1.81 docs/WorkTypeRule.md