Sha256: 39df7939773adcfd804d2b231526a4d16f31de90bfabe1659c5f3682d38c5cff

Contents?: true

Size: 569 Bytes

Versions: 6

Compression:

Stored size: 569 Bytes

Contents

# TalonOne::LimitConfig

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | **String** | The limitable action to which this limit will be applied | 
**limit** | **Float** | The value to set for the limit | 
**entities** | **Array<String>** | The entities that make the address of this limit | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::LimitConfig.new(action: null,
                                 limit: null,
                                 entities: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/LimitConfig.md
talon_one-2.3.0 docs/LimitConfig.md
talon_one-2.2.0 docs/LimitConfig.md
talon_one-2.1.1 docs/LimitConfig.md
talon_one-2.1.0 docs/LimitConfig.md
talon_one-2.0.0 docs/LimitConfig.md