class RPM::File::Tag
Constants
- TAG
-
This data can be found mostly in rpmtag.h
- TYPE
-
See ‘rpmTagType’ enum in rpmtag.h
Attributes
Public Class Methods
Source
# File lib/arr-pm/file/tag.rb, line 260 def initialize(tag_id, type, offset, count, data) @tag = tag_id @type = type @offset = offset @count = count @data = data @inspectables = [:@tag, :@type, :@offset, :@count, :@value] end