Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 607 Bytes

File metadata and controls

21 lines (14 loc) · 607 Bytes

Phrase::CommentCreateParameters

Properties

Name Type Description Notes
message String Comment message
branch String specify the branch to use [optional]
locale_ids Array<String> specify the locales for the comment [optional]

Code Sample

require 'phrase'

instance = Phrase::CommentCreateParameters.new(message: 'Some message...',
                                 branch: 'my-feature-branch',
                                 locale_ids: ["someId","someOtherId"])