Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 957 Bytes

File metadata and controls

31 lines (24 loc) · 957 Bytes

Phrase::Distribution

Properties

Name Type Description Notes
id String [optional]
name String [optional]
project ProjectShort [optional]
platforms Array<String> [optional]
release_count Integer [optional]
created_at Time [optional]
updated_at Time [optional]
deleted_at Time [optional]

Code Sample

require 'Phrase'

instance = Phrase::Distribution.new(id: null,
                                 name: null,
                                 project: null,
                                 platforms: null,
                                 release_count: null,
                                 created_at: null,
                                 updated_at: null,
                                 deleted_at: null)