Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 482 Bytes

File metadata and controls

19 lines (12 loc) · 482 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)