Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 464 Bytes

File metadata and controls

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