Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 460 Bytes

File metadata and controls

19 lines (12 loc) · 460 Bytes

Phrase::BranchCreateParameters

Properties

Name Type Description Notes
name String Name of the branch
base String Name of an existing branch to use as the base for the new branch. [optional]

Code Sample

require 'Phrase'

instance = Phrase::BranchCreateParameters.new(name: my-branch,
                                 base: parent-branch)