Sha256: bee0fbd0e1f01a580f71f4cf590fa4c4813355fec918ba994d03e67d7864461f

Contents?: true

Size: 492 Bytes

Versions: 4

Compression:

Stored size: 492 Bytes

Contents

# TalonOne::Binding

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | A descriptive name for the value to be bound. | 
**expression** | **Array<Object>** | A Talang expression that will be evaluated and its result attached to the name of the binding. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::Binding.new(name: null,
                                 expression: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
talon_one-2.2.0 docs/Binding.md
talon_one-2.1.1 docs/Binding.md
talon_one-2.1.0 docs/Binding.md
talon_one-2.0.0 docs/Binding.md