Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.33 KB

File metadata and controls

19 lines (14 loc) · 1.33 KB

DearInventoryRuby::AttributeSetAttribute

Properties

Name Type Description Notes
name String Name of the attribute
type String Type of the attribute. Should be one of the following values: `Text`, `List`, `Checkbox`, `Not used`, `Date`, `Numeric`
values String Comma-separated list of values (applicable when Type is List) [optional]

Code Sample

require 'DearInventoryRuby'

instance = DearInventoryRuby::AttributeSetAttribute.new(name: nil,
                                 type: nil,
                                 values: nil)