Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 536 Bytes

Variable.md

File metadata and controls

23 lines (16 loc) · 536 Bytes

Phrase::Variable

Properties

Name Type Description Notes
name String [optional]
value String [optional]
created_at Time [optional]
updated_at Time [optional]

Code Sample

require 'Phrase'

instance = Phrase::Variable.new(name: null,
                                 value: null,
                                 created_at: null,
                                 updated_at: null)