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