Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 738 Bytes

File metadata and controls

23 lines (16 loc) · 738 Bytes

Phrase::ScreenshotUpdateParameters

Properties

Name Type Description Notes
branch String specify the branch to use [optional]
name String Name of the screenshot [optional]
description String Description of the screenshot [optional]
filename File Screenshot file [optional]

Code Sample

require 'phrase'

instance = Phrase::ScreenshotUpdateParameters.new(branch: 'my-feature-branch',
                                 name: 'A screenshot name',
                                 description: 'A screenshot description',
                                 filename: File.new('/path/to/file'))