Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 450 Bytes

File metadata and controls

17 lines (12 loc) · 450 Bytes

DearInventoryRuby::Bin

Properties

Name Type Description Notes
id String Unique ID [optional]
name String Name of `Bin` [optional]

Code Sample

require 'DearInventoryRuby'

instance = DearInventoryRuby::Bin.new(id: nil,
                                 name: nil)