Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 397 Bytes

ExternalHeader.md

File metadata and controls

19 lines (12 loc) · 397 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)