Sha256: a2fba7808f8dff7846e30b35bb9820f466bfaf740de8ae944c5b0000165124c1

Contents?: true

Size: 680 Bytes

Versions: 2

Compression:

Stored size: 680 Bytes

Contents

# Phrase::IcuSkeletonParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**content** | **String** | Source content | [optional] 
**locale_codes** | **Array<String>** | Locale codes | [optional] 
**zero_form_enabled** | **Boolean** | Indicates whether the zero form should be included or excluded in the returned skeletons | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::IcuSkeletonParameters.new(content: {number, plural, one {One} other {%{n}}},
                                 locale_codes: ["en"],
                                 zero_form_enabled: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phrase-2.5.1 docs/IcuSkeletonParameters.md
phrase-2.5.0 docs/IcuSkeletonParameters.md