Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 439 Bytes

File metadata and controls

19 lines (12 loc) · 439 Bytes

Phrase::VariableUpdateParameters

Properties

Name Type Description Notes
name String Name of the variable [optional]
value String Value of the variable [optional]

Code Sample

require 'phrase'

instance = Phrase::VariableUpdateParameters.new(name: 'MY_VARIABLE',
                                 value: 'Hello World')