Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 462 Bytes

File metadata and controls

19 lines (12 loc) · 462 Bytes

Phrase::JobCommentCreateParameters

Properties

Name Type Description Notes
message String Job comment message [optional]
branch String Branch name for the job [optional]

Code Sample

require 'phrase'

instance = Phrase::JobCommentCreateParameters.new(message: 'Some message...',
                                 branch: 'my-feature-branch')