Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 488 Bytes

File metadata and controls

19 lines (12 loc) · 488 Bytes

Phrase::RepoSyncExportParameters

Properties

Name Type Description Notes
pr_branch String Source branch to open a pull request from [optional]
branch String Strings branch to export from [optional]

Code Sample

require 'Phrase'

instance = Phrase::RepoSyncExportParameters.new(pr_branch: my-feature-branch,
                                 branch: my-strings-branch)