Sha256: 1f311c3484f17188d6c8b1bca3acc5d469b977c886d8591a49153803c38fa5cc

Contents?: true

Size: 1.07 KB

Versions: 5

Compression:

Stored size: 1.07 KB

Contents

# TalonOne::Environment

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | Unique ID for this entity. | 
**created** | **DateTime** | The exact moment this entity was created. | 
**application_id** | **Integer** | The ID of the application that owns this entity. | 
**slots** | [**Array<SlotDef>**](SlotDef.md) | The slots defined for this application. | 
**functions** | [**Array<FunctionDef>**](FunctionDef.md) | The functions defined for this application. | 
**templates** | [**Array<TemplateDef>**](TemplateDef.md) | The templates defined for this application. | 
**variables** | **String** |  | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::Environment.new(id: null,
                                 created: null,
                                 application_id: null,
                                 slots: null,
                                 functions: null,
                                 templates: null,
                                 variables: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

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