Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 430 Bytes

File metadata and controls

17 lines (12 loc) · 430 Bytes

DearInventoryRuby::ExternalHeader

Properties

Name Type Description Notes
key String Key [optional]
value String Value [optional]

Code Sample

require 'DearInventoryRuby'

instance = DearInventoryRuby::ExternalHeader.new(key: nil,
                                 value: nil)