Sha256: 69e1468fe4c524b30731d5426dc30255b48aebc1fb98ade0f2d37112b3fd9f6c

Contents?: true

Size: 1.17 KB

Versions: 62

Compression:

Stored size: 1.17 KB

Contents

# Phrase::Format

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** |  | [optional] 
**api_name** | **String** |  | [optional] 
**description** | **String** |  | [optional] 
**extension** | **String** |  | [optional] 
**default_encoding** | **String** |  | [optional] 
**importable** | **Boolean** |  | [optional] 
**exportable** | **Boolean** |  | [optional] 
**default_file** | **String** |  | [optional] 
**renders_default_locale** | **Boolean** |  | [optional] 
**includes_locale_information** | **Boolean** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::Format.new(name: null,
                                 api_name: null,
                                 description: null,
                                 extension: null,
                                 default_encoding: null,
                                 importable: null,
                                 exportable: null,
                                 default_file: null,
                                 renders_default_locale: null,
                                 includes_locale_information: null)
```


Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
phrase-2.5.1 docs/Format.md
phrase-2.5.0 docs/Format.md
phrase-2.4.0 docs/Format.md
phrase-2.3.1 docs/Format.md
phrase-2.3.0 docs/Format.md
phrase-2.2.0 docs/Format.md
phrase-2.1.0 docs/Format.md
phrase-2.0.0 docs/Format.md
phrase-1.0.14 docs/Format.md
phrase-1.0.13 docs/Format.md
phrase-1.0.12 docs/Format.md
phrase-1.0.11 docs/Format.md
phrase-1.0.10 docs/Format.md
phrase-1.0.9 docs/Format.md
phrase-1.0.8 docs/Format.md
phrase-1.0.7 docs/Format.md
phrase-1.0.6 docs/Format.md
phrase-1.0.5 docs/Format.md
phrase-1.0.4 docs/Format.md
phrase-1.0.3 docs/Format.md