Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 486 Bytes

File metadata and controls

19 lines (12 loc) · 486 Bytes

Phrase::RepoSyncImportParameters

Properties

Name Type Description Notes
repository_branch String Branch to import from [optional]
branch String Strings branch to import to [optional]

Code Sample

require 'phrase'

instance = Phrase::RepoSyncImportParameters.new(repository_branch: 'my-feature-branch',
                                 branch: 'my-strings-branch')