Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 839 Bytes

File metadata and controls

29 lines (22 loc) · 839 Bytes

Phrase::Screenshot

Properties

Name Type Description Notes
id String [optional]
name String [optional]
description String [optional]
screenshot_url String [optional]
created_at Time [optional]
updated_at Time [optional]
markers_count Integer [optional]

Code Sample

require 'Phrase'

instance = Phrase::Screenshot.new(id: null,
                                 name: null,
                                 description: null,
                                 screenshot_url: null,
                                 created_at: null,
                                 updated_at: null,
                                 markers_count: null)