Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 470 Bytes

File metadata and controls

19 lines (12 loc) · 470 Bytes

Phrase::FigmaAttachmentCreateParameters

Properties

Name Type Description Notes
branch String specify the branch to use [optional]
url String Figma file url

Code Sample

require 'phrase'

instance = Phrase::FigmaAttachmentCreateParameters.new(branch: 'my-feature-branch',
                                 url: 'https://figma.com/file/xxxxx/sample')