Sha256: 3ded04dd39db08ad9da616e381093d0eb5a329fda63c1407d817f03553cf62bd

Contents?: true

Size: 544 Bytes

Versions: 29

Compression:

Stored size: 544 Bytes

Contents

# Phrase::Variable

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** |  | [optional] 
**value** | **String** |  | [optional] 
**created_at** | **DateTime** |  | [optional] 
**updated_at** | **DateTime** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::Variable.new(name: null,
                                 value: null,
                                 created_at: null,
                                 updated_at: null)
```


Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
phrase-2.5.0 docs/Variable.md
phrase-2.4.0 docs/Variable.md
phrase-2.3.1 docs/Variable.md
phrase-2.3.0 docs/Variable.md
phrase-2.2.0 docs/Variable.md
phrase-2.1.0 docs/Variable.md
phrase-2.0.0 docs/Variable.md
phrase-1.0.14 docs/Variable.md
phrase-1.0.13 docs/Variable.md