Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 464 Bytes

File metadata and controls

19 lines (12 loc) · 464 Bytes

Phrase::BranchComparisonDiffConflictsValue

Properties

Name Type Description Notes
base Array<Hash<String, Object>> [optional]
head Array<Hash<String, Object>> [optional]

Code Sample

require 'Phrase'

instance = Phrase::BranchComparisonDiffConflictsValue.new(base: null,
                                 head: null)