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-1.0.2 | docs/Format.md |
phrase-1.0.1 | docs/Format.md |