Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1014 Bytes

TranslationKey.md

File metadata and controls

33 lines (26 loc) · 1014 Bytes

Phrase::TranslationKey

Properties

Name Type Description Notes
id String [optional]
name String [optional]
description String [optional]
name_hash String [optional]
plural Boolean [optional]
tags Array<String> [optional]
data_type String [optional]
created_at Time [optional]
updated_at Time [optional]

Code Sample

require 'Phrase'

instance = Phrase::TranslationKey.new(id: null,
                                 name: null,
                                 description: null,
                                 name_hash: null,
                                 plural: null,
                                 tags: null,
                                 data_type: null,
                                 created_at: null,
                                 updated_at: null)